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