fix dockerfile
This commit is contained in:
+2
-2
@@ -9,9 +9,9 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
|
||||
COPY . /app
|
||||
|
||||
|
||||
ENTRYPOINT ["python3"]
|
||||
CMD ["app.py"]
|
||||
|
||||
CMD ["/app/app/app.py"]
|
||||
|
||||
FROM builder as dev-envs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user