prevent docker exit on start

This commit is contained in:
Charlie Oh
2020-11-11 15:03:20 -08:00
parent a145c14a6f
commit 94b21a050d

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