Skip to content

Commit

Permalink
Fixed path for deployment (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
KanBen86 authored Jun 29, 2024
2 parents 49904dd + 3c9e65b commit fd45d2c
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 @@ -17,4 +17,4 @@ EXPOSE 5000
ENV NAME World

# Run app.py when the container launches
CMD ["python", "backend/app.py"]
CMD ["python", "app/backend/app.py"]

0 comments on commit fd45d2c

Please sign in to comment.