Skip to content

Commit c1db729

Browse files
authored
Merge pull request #38 from akvo/revert-37-run-migrations-on-deploy
Revert "Use entrypoint.sh - only change is migrations run"
2 parents cef8b77 + 9b79bfd commit c1db729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ ENV PYTHONPATH=/app
3131
ENV ENVIRONMENT=production
3232

3333
# Run the application
34-
ENTRYPOINT ["./entrypoint.sh"]
34+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]

0 commit comments

Comments
 (0)