Skip to content

Commit

Permalink
wrong directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
Equasa committed Jan 30, 2025
1 parent 97dddc1 commit 7a794a4
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 @@ -25,4 +25,4 @@ RUN . venv/bin/activate && pip install --no-cache-dir -r requirements.txt && pip

EXPOSE 8000

CMD ["bash", "-c", ". venv/bin/activate && cd app/database && alembic upgrade head && cd ../.. && uvicorn main:app --host 0.0.0.0 --port 8000"]
CMD ["bash", "-c", ". venv/bin/activate && alembic upgrade head && uvicorn main:app --host 0.0.0.0 --port 8000"]

0 comments on commit 7a794a4

Please sign in to comment.