Fixed docker env bugs, and issues from PR
This commit is contained in:
@@ -20,13 +20,12 @@ services:
|
||||
context: .
|
||||
dockerfile: frontend.dockerfile
|
||||
args:
|
||||
- REACT_APP_TEST_URL
|
||||
- REACT_APP_PROD_URL
|
||||
- REACT_APP_DEV_URL
|
||||
- API_URL
|
||||
volumes:
|
||||
- ./log/frontend/:/var/log/apache2/
|
||||
ports:
|
||||
- '8080:80'
|
||||
|
||||
|
||||
db:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user