Skip to content

Commit

Permalink
Update dev-release Dockerfile: replace 'mm2' with 'kdf'
Browse files Browse the repository at this point in the history
  • Loading branch information
shamardy committed May 28, 2024
1 parent d993eb9 commit a1e288c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .docker/Dockerfile.dev-release
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM docker.io/debian:stable-slim
WORKDIR /mm2
COPY target/release/mm2 /usr/local/bin/mm2
WORKDIR /kdf
COPY target/release/kdf /usr/local/bin/kdf
EXPOSE 7783
CMD ["mm2"]
CMD ["kdf"]

0 comments on commit a1e288c

Please sign in to comment.