Skip to content

Commit

Permalink
Updated Dockerfile command
Browse files Browse the repository at this point in the history
  • Loading branch information
Donkie committed May 14, 2023
1 parent ecc34f3 commit 8e21cd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ COPY --chown=app:app --from=client-builder /client/dist /home/app/spoolman/clien

# Run command
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"]

0 comments on commit 8e21cd2

Please sign in to comment.