aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Dockerfile b/Dockerfile
index c5d749e..5841722 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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"]