Working for docker-compose prod
This commit is contained in:
parent
d0c30b2113
commit
1d8cf9fcb3
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ services:
|
|||
hello-world-prod:
|
||||
container_name: hello_world_cl_prod
|
||||
build:
|
||||
context: .
|
||||
context: ./frontend
|
||||
dockerfile: Dockerfile.prod
|
||||
ports:
|
||||
- 8877:80
|
||||
- 3000:80
|
||||
|
|
Loading…
Reference in a new issue