Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
feeelin committed Mar 15, 2024
1 parent f4e6a8d commit ac04284
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ services:
- SA_PASSWORD=feelinMSSQL_2024

web:
build: ./
build:
dockerfile: ./Dockerfile
context: ./
command: sh -c "pip install pyodbc &&
python manage.py collectstatic &&
gunicorn web.wsgi:application --bind 0.0.0.0:8000"
Expand Down

0 comments on commit ac04284

Please sign in to comment.