build context updated, so the docker-compose can run as well on windows
This commit is contained in:
parent
7f66053258
commit
d8d1568529
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
.idea/*
|
@ -15,7 +15,7 @@ services:
|
|||||||
|
|
||||||
django:
|
django:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: ./
|
||||||
dockerfile: ./Dockerfiles/django/Dockerfile
|
dockerfile: ./Dockerfiles/django/Dockerfile
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
entrypoint: /django-launcher.dev.sh
|
entrypoint: /django-launcher.dev.sh
|
||||||
|
@ -14,7 +14,7 @@ services:
|
|||||||
- 5432
|
- 5432
|
||||||
|
|
||||||
django:
|
django:
|
||||||
build: .
|
build: ./
|
||||||
restart: always
|
restart: always
|
||||||
entrypoint: /django-launcher.pro.sh
|
entrypoint: /django-launcher.pro.sh
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -14,7 +14,7 @@ services:
|
|||||||
- 5432
|
- 5432
|
||||||
|
|
||||||
django:
|
django:
|
||||||
build: .
|
build: ./
|
||||||
restart: always
|
restart: always
|
||||||
entrypoint: /django-launcher.dev.sh
|
entrypoint: /django-launcher.dev.sh
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user