Skip to content

Commit

Permalink
Refactor Dockerfile to remove unnecessary .config copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitthi committed Sep 29, 2024
1 parent 542f05a commit 24cf80e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ ENV TZ=Asia/Bangkok
WORKDIR /app
# copy app release
COPY --from=builder /app/target/release/easy-proxy ./easy-proxy
COPY .config .config

# default run entrypoint
CMD ["./easy-proxy"]

0 comments on commit 24cf80e

Please sign in to comment.