Skip to content

Commit

Permalink
Port 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jun 11, 2018
1 parent 7e4aaad commit 96b3fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ WORKDIR /etc/bashttpd
COPY bashttpd /usr/bin/
COPY bashttpd.conf .
ENV BASHTTPD_CONFIG /etc/bashttpd/bashttpd.conf
EXPOSE 80
CMD ["socat", "TCP4-LISTEN:80,fork,reuseaddr", "EXEC:bashttpd"]
EXPOSE 8080
CMD ["socat", "TCP4-LISTEN:8080,fork,reuseaddr", "EXEC:bashttpd"]

0 comments on commit 96b3fbb

Please sign in to comment.