Skip to content

Commit 2474eeb

Browse files
authored
Lets make push not fail 😃
1 parent 4749672 commit 2474eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎zmq_proxy/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM rust:1.78 as base
33
ARG MYUID=1000
44
ARG MYGID=1000
55

6-
COPY zmq_proxy/ zmq_proxy/
6+
COPY . .
77

88
FROM base AS prod
99

@@ -28,4 +28,4 @@ RUN groupmod -g "${MYGID}" proxy && usermod -u "${MYUID}" -g "${MYGID}" proxy
2828
USER proxy
2929

3030
# Set the binary as the entrypoint
31-
CMD ["./target/debug/zmq_proxy"]
31+
CMD ["./target/debug/zmq_proxy"]

0 commit comments

Comments
 (0)