mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 12:38:36 +02:00
Merge branch 'main' into ik/setup-uswds
This commit is contained in:
commit
0561d1f0ae
23 changed files with 552 additions and 101 deletions
|
@ -28,9 +28,11 @@ services:
|
|||
stdin_open: true
|
||||
tty: true
|
||||
ports:
|
||||
- "8080:8000"
|
||||
- "8080:8080"
|
||||
# command: "python"
|
||||
command: "python manage.py runserver 0.0.0.0:8000"
|
||||
command: >
|
||||
bash -c " python manage.py migrate &&
|
||||
python manage.py runserver 0.0.0.0:8080"
|
||||
|
||||
db:
|
||||
image: postgres:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue