We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4749672 commit 2474eebCopy full SHA for 2474eeb
1 file changed
‎zmq_proxy/Dockerfile‎
@@ -3,7 +3,7 @@ FROM rust:1.78 as base
3
ARG MYUID=1000
4
ARG MYGID=1000
5
6
-COPY zmq_proxy/ zmq_proxy/
+COPY . .
7
8
FROM base AS prod
9
@@ -28,4 +28,4 @@ RUN groupmod -g "${MYGID}" proxy && usermod -u "${MYUID}" -g "${MYGID}" proxy
28
USER proxy
29
30
# Set the binary as the entrypoint
31
-CMD ["./target/debug/zmq_proxy"]
+CMD ["./target/debug/zmq_proxy"]
0 commit comments