Skip to content

Commit

Permalink
updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Place1 committed Jan 26, 2020
1 parent c78b627 commit c3d5327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ COPY ./dex-web /dex-web
COPY --from=boringtun /bin/boringtun /usr/local/bin/boringtun
COPY --from=server /code/server /server
COPY --from=website /code/build /website/build
ENTRYPOINT ["/server"]
CMD /server
2 changes: 1 addition & 1 deletion demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ docker run \
-v "$CONFIG_FILE:/config.yaml" \
-p 8000:8000/tcp \
-p 51820:51820/udp \
place1/wireguard-access-server --config /config.yaml
place1/wireguard-access-server /server --config /config.yaml

0 comments on commit c3d5327

Please sign in to comment.