Browse Source

Обновить 'Dockerfile'

Vladimir Tomishinets 7 years ago
parent
commit
db51e4eb3b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -5,6 +5,7 @@ COPY docker-entrypoint.sh \
      /tmp/
 COPY openvpn/ /etc/openvpn/
 COPY stonevpn.conf /etc/stonevpn.conf
+COPY app.py /usr/lib/python2.6/site-packages/StoneVPN/app.py
 RUN set -x \
            && yum install epel-release lzo net-tools iputils -y \
            && yum install openvpn stonevpn -y \