File tree 2 files changed +1
-13
lines changed
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
7
7
LABEL org.opencontainers.image.source=https://github.com/cmu-delphi/delphi-epidata
8
8
9
9
COPY ./devops/gunicorn_conf.py /app
10
- COPY ./devops/start_wrapper.sh /
11
10
RUN mkdir -p /app/delphi/epidata
12
11
COPY ./src/server /app/delphi/epidata/server
13
12
COPY ./src/common /app/delphi/epidata/common
@@ -18,7 +17,6 @@ COPY requirements.api.txt /app/requirements_also.txt
18
17
RUN ln -s -f /usr/share/zoneinfo/America/New_York /etc/localtime \
19
18
&& rm -rf /app/delphi/epidata/__pycache__ \
20
19
&& chmod -R o+r /app/delphi/epidata \
21
- && chmod 755 /start_wrapper.sh \
22
20
&& pip install --no-cache-dir -r /tmp/requirements.txt -r requirements_also.txt
23
21
# the file /tmp/requirements.txt is created in the parent docker definition. (see:
24
22
# 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 \
28
26
ENV PYTHONUNBUFFERED 1
29
27
30
28
ENTRYPOINT [ "/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