diff options
author | Marc Coquand <marcc@fastmail.fr> | 2023-12-02 10:03:55 -0600 |
---|---|---|
committer | Marc Coquand <marcc@fastmail.fr> | 2023-12-02 10:03:55 -0600 |
commit | 4fe8c79ce03e12be04b0d928b65b1a7d475f4458 (patch) | |
tree | 11a93d7e4002dc2fa688b1aac5bccfa89bb7b79e /Dockerfile | |
parent | f32f27a8acbe8794ccd8e2b769be95cdfb6855e9 (diff) | |
download | wormhole-4fe8c79ce03e12be04b0d928b65b1a7d475f4458.tar.gz wormhole-4fe8c79ce03e12be04b0d928b65b1a7d475f4458.tar.bz2 wormhole-4fe8c79ce03e12be04b0d928b65b1a7d475f4458.zip |
Fix bin
Diffstat (limited to 'Dockerfile')
-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/wormhole /bin/app +COPY --from=build /home/opam/_build/default/bin/main.exe /bin/app ENTRYPOINT /bin/app |