Updated Dockerfile command
This commit is contained in:
@@ -31,4 +31,5 @@ COPY --chown=app:app --from=client-builder /client/dist /home/app/spoolman/clien
|
|||||||
|
|
||||||
# Run command
|
# Run command
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
CMD ["uvicorn", "spoolman.main:app", "--host", "0.0.0.0", "--port", "8000"]
|
ENTRYPOINT ["uvicorn", "spoolman.main:app"]
|
||||||
|
CMD ["--host", "0.0.0.0", "--port", "8000"]
|
||||||
|
|||||||
Reference in New Issue
Block a user