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 5cf5c9f commit 42779dc
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 @@ -10,9 +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/
COPY nat.sh /tmp/

RUN /usr/bin/nat.sh
RUN /tmp/nat.sh

VOLUME ["/vpn"]

Expand Down

0 comments on commit 42779dc

Please sign in to comment.