Browse Source

remove useless comments

Bastien Sevajol (Algoo) 8 years ago
parent
commit
c597eb8d88
2 changed files with 0 additions and 5 deletions
  1. 0 3
      docker/Debian_Tests/Dockerfile
  2. 0 2
      docker/Debian_Uwsgi/Dockerfile

+ 0 - 3
docker/Debian_Tests/Dockerfile View File

48
      && pip3 install https://launchpad.net/oursql/py3k/py3k-0.9.4/+download/oursql-0.9.4.zip \
48
      && pip3 install https://launchpad.net/oursql/py3k/py3k-0.9.4/+download/oursql-0.9.4.zip \
49
      && echo 20161216001
49
      && echo 20161216001
50
 
50
 
51
-# Copy needed files
52
 COPY entrypoint.sh /tracim/entrypoint.sh
51
 COPY entrypoint.sh /tracim/entrypoint.sh
53
-
54
-# Set the default entry point
55
 CMD ["/tracim/entrypoint.sh"]
52
 CMD ["/tracim/entrypoint.sh"]

+ 0 - 2
docker/Debian_Uwsgi/Dockerfile View File

48
     && mkdir /var/lib/tracim
48
     && mkdir /var/lib/tracim
49
 VOLUME ["/etc/tracim", "/var/lib/tracim"]
49
 VOLUME ["/etc/tracim", "/var/lib/tracim"]
50
 
50
 
51
-# Copy needed files
52
 COPY uwsgi.ini /tracim/tracim/uwsgi.ini.template
51
 COPY uwsgi.ini /tracim/tracim/uwsgi.ini.template
53
 COPY wsgi.py /tracim/tracim/wsgi.py
52
 COPY wsgi.py /tracim/tracim/wsgi.py
54
 COPY check_env_vars.sh /tracim/check_env_vars.sh
53
 COPY check_env_vars.sh /tracim/check_env_vars.sh
55
 COPY entrypoint.sh /tracim/entrypoint.sh
54
 COPY entrypoint.sh /tracim/entrypoint.sh
56
 
55
 
57
-# Set the default entry point
58
 CMD ["/tracim/entrypoint.sh"]
56
 CMD ["/tracim/entrypoint.sh"]