Skip to content

Commit 4343b1c

Browse files
committed
Update Dockerfile
1 parent 41a47c8 commit 4343b1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ COPY --from=builder --chown=nonroot /app /app
2020
WORKDIR /app
2121
EXPOSE 8000
2222
USER nonroot
23-
CMD [".venv/bin/fastapi", "run", "api/src/api/main.py"]
23+
CMD [".venv/bin/poe", "start-api-pro"]
2424

0 commit comments

Comments
 (0)