File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ FROM tiangolo/meinheld-gunicorn:python3.8
77LABEL org.opencontainers.image.source=https://github.com/cmu-delphi/delphi-epidata
88
99COPY ./devops/gunicorn_conf.py /app
10- COPY ./devops/start_wrapper.sh /
1110RUN mkdir -p /app/delphi/epidata
1211COPY ./src/server /app/delphi/epidata/server
1312COPY ./src/common /app/delphi/epidata/common
@@ -18,7 +17,6 @@ COPY requirements.api.txt /app/requirements_also.txt
1817RUN ln -s -f /usr/share/zoneinfo/America/New_York /etc/localtime \
1918 && rm -rf /app/delphi/epidata/__pycache__ \
2019 && chmod -R o+r /app/delphi/epidata \
21- && chmod 755 /start_wrapper.sh \
2220 && pip install --no-cache-dir -r /tmp/requirements.txt -r requirements_also.txt
2321# the file /tmp/requirements.txt is created in the parent docker definition. (see:
2422# https://github.com/tiangolo/meinheld-gunicorn-docker/blob/master/docker-images/python3.8.dockerfile#L5 )
@@ -28,4 +26,4 @@ RUN ln -s -f /usr/share/zoneinfo/America/New_York /etc/localtime \
2826ENV PYTHONUNBUFFERED 1
2927
3028ENTRYPOINT [ "/entrypoint.sh" ]
31- CMD [ "/start_wrapper .sh" ]
29+ CMD [ "/start .sh" ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments