Change Project Path

This commit is contained in:
Kekskurse 2019-07-06 11:56:10 +02:00
parent 12e5e43f5c
commit 5c5378217e
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
FROM python:3.7.3
RUN mkdir app
WORKDIR /app
COPY ./ ./
RUN pip install --no-cache-dir -r requirements.txt