Skip to content

Commit 64af315

Browse files
Fix - Editing the dockerfile for prod
1 parent aef8bf6 commit 64af315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
web:
1515
build:
1616
context: .
17-
dockerfile: Dev.Dockerfile
17+
dockerfile: Dockerfile
1818
container_name: web
1919
volumes:
2020
- .:/app
@@ -30,7 +30,7 @@ services:
3030
POSTGRES_PASSWORD: ${DB_PASSWORD}
3131
POSTGRES_PORT: ${DB_PORT}
3232
POSTGRES_HOST: ${DB_HOST}
33-
DJANGO_SETTINGS_MODULE: piggywallet.settings.dev
33+
DJANGO_SETTINGS_MODULE: piggywallet.settings.prod
3434

3535
networks:
3636
app_network:

0 commit comments

Comments
 (0)