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