Merge pull request #62 from mun5424/master

prevent docker exit on start
This commit is contained in:
John Washam
2020-11-12 20:02:55 -08:00
committed by GitHub

View File

@@ -7,6 +7,7 @@ RUN pip install --upgrade pip \
&& pip install flask gunicorn
COPY entrypoint.sh /
RUN sed -i 's/\r$//' /entrypoint.sh
RUN chmod +x /entrypoint.sh
VOLUME /src/db