Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
docker: move config and binary in release Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Aug 19, 2018
1 parent 3532022 commit 86061e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM scratch
EXPOSE 3478:3478/udp
COPY gortcd /
COPY gortcd.yml /
ENTRYPOINT ["/gortcd"]
COPY gortcd /usr/bin/gortcd
COPY gortcd.yml /etc/gortcd/gortcd.yml
ENTRYPOINT ["/usr/bin/gortcd"]

0 comments on commit 86061e4

Please sign in to comment.