Setting up the repo with correct dockerfiles and docker-copmose files, and deleting .idea from git
This commit is contained in:
@@ -34,7 +34,9 @@ services:
|
||||
|
||||
store:
|
||||
container_name: store
|
||||
build: ..
|
||||
build:
|
||||
context: ../../
|
||||
dockerfile: store/Dockerfile
|
||||
depends_on:
|
||||
- postgres_db
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user