Skip to content

Commit

Permalink
Updating Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
debuggerboy committed Jun 25, 2023
1 parent d67dc71 commit 6570d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY server.key ${DETOUR_CONF_DIR}
FROM scratch
# Copy our static executable.
COPY --from=builder /bin/detour-proxy /app/detour-proxy
COPY --from=builder /build/etc /
COPY --from=builder /build/etc /etc
WORKDIR /app
# Run the hello binary.
ENTRYPOINT ["/app/detour-proxy"]

0 comments on commit 6570d2c

Please # to comment.