fix dockerfile

This commit is contained in:
CHIEFSOFT\ameye
2025-02-03 19:57:04 -05:00
parent 3b3a1ad2e8
commit dc54afe66e
+2 -2
View File
@@ -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