corrected compose file
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
front:
|
||||
build: ./ipwa
|
||||
build: ./frontend
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
links:
|
||||
- api
|
||||
api:
|
||||
build: ./ipwa-backend
|
||||
build: ./backend
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
Reference in New Issue
Block a user