Skip to content

Commit

Permalink
corrected path
Browse files Browse the repository at this point in the history
  • Loading branch information
engineerjoe440 committed Sep 1, 2024
1 parent c053d41 commit 39096a8
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 @@ -20,4 +20,4 @@ COPY --from=uibuilder /backend /server

RUN pip install --no-cache-dir --upgrade -r /server/requirements.txt

CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "80", "--forwarded-allow-ips", "'*'"]
CMD ["uvicorn", "wordwall.main:app", "--host", "0.0.0.0", "--port", "80", "--forwarded-allow-ips", "'*'"]

0 comments on commit 39096a8

Please # to comment.