Commit b02e67e2 authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

change url for public deploy

parent 710452f3
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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"