docker-compose/frontend #6

Merged
cami merged 4 commits from docker-compose/frontend into main 2021-05-25 23:24:49 +00:00
Showing only changes of commit 1d8cf9fcb3 - Show all commits

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