|
|
@ -2,8 +2,7 @@ FROM python:3.8-slim
|
|
|
|
COPY requirements.txt /tmp/requirements.txt
|
|
|
|
COPY requirements.txt /tmp/requirements.txt
|
|
|
|
RUN pip3 install -r /tmp/requirements.txt
|
|
|
|
RUN pip3 install -r /tmp/requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
RUN mkdir /app
|
|
|
|
COPY backend /app
|
|
|
|
COPY backend/ /app
|
|
|
|
|
|
|
|
WORKDIR /app
|
|
|
|
WORKDIR /app
|
|
|
|
|
|
|
|
|
|
|
|
# https://stackoverflow.com/questions/58701233/docker-logs-erroneously-appears-empty-until-container-stops
|
|
|
|
# https://stackoverflow.com/questions/58701233/docker-logs-erroneously-appears-empty-until-container-stops
|
|
|
|