Skip to content

Commit

Permalink
[DH-5592] Fix docker file (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjc712 authored Mar 13, 2024
1 parent 8751410 commit 29c96f1
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 @@ -16,4 +16,4 @@ ENV CORE_PORT=${CORE_PORT}

EXPOSE ${CORE_PORT}

CMD ["uvicorn", "dataherald.app:app", "--host", "0.0.0.0", "--port", "${CORE_PORT}"]
CMD ["sh", "-c", "uvicorn dataherald.app:app --host 0.0.0.0 --port $CORE_PORT"]

0 comments on commit 29c96f1

Please sign in to comment.