Working for docker-compose prod

This commit is contained in:
cami 2021-05-26 01:24:17 +02:00
parent d0c30b2113
commit 1d8cf9fcb3

View file

@ -4,7 +4,7 @@ services:
hello-world-prod: hello-world-prod:
container_name: hello_world_cl_prod container_name: hello_world_cl_prod
build: build:
context: . context: ./frontend
dockerfile: Dockerfile.prod dockerfile: Dockerfile.prod
ports: ports:
- 8877:80 - 3000:80