Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Yossibh committed May 28, 2015
1 parent 87f22f4 commit 5cf5c9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ RUN export DEBIAN_FRONTEND='noninteractive' && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/*
COPY openvpn.sh /usr/bin/
COPY nat.sh /usr/bin/

RUN /usr/bin/nat.sh

VOLUME ["/vpn"]

Expand Down

0 comments on commit 5cf5c9f

Please sign in to comment.