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 42779dc commit 94ad880
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ RUN export DEBIAN_FRONTEND='noninteractive' && \
COPY openvpn.sh /usr/bin/
COPY nat.sh /tmp/

RUN chmod 777 /tmp/nat.sh
RUN chmox +x /tmp/nat.sh
RUN /tmp/nat.sh

VOLUME ["/vpn"]
Expand Down

0 comments on commit 94ad880

Please sign in to comment.