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,8 +48,5 @@ RUN git clone https://github.com/tracim/tracim.git \
48 48
      && pip3 install https://launchpad.net/oursql/py3k/py3k-0.9.4/+download/oursql-0.9.4.zip \
49 49
      && echo 20161216001
50 50
 
51
-# Copy needed files
52 51
 COPY entrypoint.sh /tracim/entrypoint.sh
53
-
54
-# Set the default entry point
55 52
 CMD ["/tracim/entrypoint.sh"]

+ 0 - 2
docker/Debian_Uwsgi/Dockerfile View File

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