update container run command
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
dd268a8028
commit
8f4f50ec89
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ COPY . /opt
|
||||||
ENV PG_DIRECTORY=/work
|
ENV PG_DIRECTORY=/work
|
||||||
ENV PG_UPLOADS_DIRECTORY=/uploads
|
ENV PG_UPLOADS_DIRECTORY=/uploads
|
||||||
|
|
||||||
CMD ["uv", "run", "/opt/main.py"]
|
CMD ["uv", "run", "fastapi", "run", "/opt/main.py", "--port", "8000"]
|
||||||
|
|
Loading…
Reference in a new issue