Loading docker-compose.yml +3 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,9 @@ version: '3.7' services: frontend_microservice: build: context: ./capif_frontend image: public.ecr.aws/o2v4a8t6/opencapif/backoffice-frontend:v3.1.9 # build: # context: ./capif_frontend restart: unless-stopped ports: - "4000:3000" Loading Loading
docker-compose.yml +3 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,9 @@ version: '3.7' services: frontend_microservice: build: context: ./capif_frontend image: public.ecr.aws/o2v4a8t6/opencapif/backoffice-frontend:v3.1.9 # build: # context: ./capif_frontend restart: unless-stopped ports: - "4000:3000" Loading