Skip to content

Commit

Permalink
build: Run verbose by default in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Oct 25, 2024
1 parent 3c4bbb5 commit 70748c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ COPY ancv/ ancv/
EXPOSE 8080

ENTRYPOINT [ "uv", "run", "--frozen", "--module", "ancv" ]
CMD [ "serve", "api", "--port", "8080" ]
CMD [ "--verbose", "serve", "api", "--port", "8080" ]

0 comments on commit 70748c3

Please sign in to comment.