diff options
author | Marc Coquand <marcc@fastmail.fr> | 2023-12-02 09:59:22 -0600 |
---|---|---|
committer | Marc Coquand <marcc@fastmail.fr> | 2023-12-02 09:59:22 -0600 |
commit | f32f27a8acbe8794ccd8e2b769be95cdfb6855e9 (patch) | |
tree | 4da00bb69dbb3c800d9d539b99a428a9101d25f1 /Dockerfile | |
parent | 69d3f53365568524e18dfb1200a386309e174359 (diff) | |
download | wormhole-f32f27a8acbe8794ccd8e2b769be95cdfb6855e9.tar.gz wormhole-f32f27a8acbe8794ccd8e2b769be95cdfb6855e9.tar.bz2 wormhole-f32f27a8acbe8794ccd8e2b769be95cdfb6855e9.zip |
Fixes
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,6 +17,6 @@ FROM alpine:3.18.4 as run RUN apk add --update libev -COPY --from=build /home/opam/_build/default/server.exe /bin/app +COPY --from=build /home/opam/_build/default/wormhole /bin/app ENTRYPOINT /bin/app |