Change dockerfile python path

This commit is contained in:
2019-07-04 22:53:08 +01:00
parent aa2911d969
commit 72ae7c3835

View File

@@ -6,4 +6,4 @@ COPY . /app
WORKDIR /app WORKDIR /app
RUN pip3 install -r requirements.txt RUN pip3 install -r requirements.txt
ENTRYPOINT ["python3"] ENTRYPOINT ["python3"]
CMD ["app.py"] CMD ["web/app.py"]