Skip to content

Commit 6263c06

Browse files
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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
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
authored and
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
committed
fix: prod -> dev
1 parent af40af0 commit 6263c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
web:
1717
build:
1818
context: .
19-
dockerfile: Dockerfile
19+
dockerfile: Dev.Dockerfile
2020
container_name: web
2121
volumes:
2222
- .:/app
@@ -33,7 +33,7 @@ services:
3333
POSTGRES_PASSWORD: ${DB_PASSWORD}
3434
POSTGRES_PORT: ${DB_PORT}
3535
POSTGRES_HOST: ${DB_HOST}
36-
DJANGO_SETTINGS_MODULE: piggywallet.settings.prod
36+
DJANGO_SETTINGS_MODULE: piggywallet.settings.dev
3737

3838
networks:
3939
app_network:

0 commit comments

Comments
 (0)