Move Dockerfile to docker directory

This commit is contained in:
riggraz
2019-12-03 23:16:34 +01:00
parent 68acccf1a4
commit d8443bf0c4
3 changed files with 13 additions and 10 deletions

View File

@@ -8,7 +8,9 @@ services:
volumes:
- ./tmp/db:/var/lib/postgresql/data
web:
build: .
build:
context: .
dockerfile: ./docker/app/Dockerfile
environment:
- UPDATE=0
- ENVIRONMENT
@@ -20,7 +22,7 @@ services:
- SHOW_LOGO
- POSTS_PER_PAGE
volumes:
- .:/app
- .:/astuto
ports:
- "3000:3000"
depends_on: