build context updated, so the docker-compose can run as well on windows

This commit is contained in:
Valentina Rubane 2021-05-18 19:31:36 +02:00
parent 7f66053258
commit d8d1568529
4 changed files with 5 additions and 3 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.idea/*

View File

@ -15,7 +15,7 @@ services:
django:
build:
context: .
context: ./
dockerfile: ./Dockerfiles/django/Dockerfile
restart: unless-stopped
entrypoint: /django-launcher.dev.sh

View File

@ -14,7 +14,7 @@ services:
- 5432
django:
build: .
build: ./
restart: always
entrypoint: /django-launcher.pro.sh
volumes:

View File

@ -14,7 +14,7 @@ services:
- 5432
django:
build: .
build: ./
restart: always
entrypoint: /django-launcher.dev.sh
volumes: