diff options
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -9,11 +9,6 @@ RUN nix \ --option filter-syscalls false \ build -RUN nix \ - --extra-experimental-features "nix-command flakes" \ - --option filter-syscalls false \ - develop -c dune build - RUN mkdir /tmp/nix-store-closure RUN cp -R $(nix-store -qR result/) /tmp/nix-store-closure @@ -24,4 +19,4 @@ WORKDIR /app # Copy /nix/store COPY --from=builder /tmp/nix-store-closure /nix/store COPY --from=builder /tmp/build/result/ /app -ENTRYPOINT /app/bin/wormhole +CMD ["/app/bin/wormhole"] |