wip: edit cmd

This commit is contained in:
Jayden Pyles
2024-05-18 22:11:06 -05:00
parent 3571ccc5b9
commit b1263cf40d

View File

@@ -38,7 +38,7 @@ COPY --from=jsbuilder /project/app /project/app
EXPOSE 8000
COPY start.sh /app/start.sh
RUN chmod +x /app/start.sh
WORKDIR /project/api
CMD ["pdm", "run", "python", "-m", "uvicorn", "backend.app:app", "--reload", "--host", "0.0.0.0", "--port", "8000"]
ENTRYPOINT ["/app/start.sh"]