Commit e6c585f7 authored by Guillermo's avatar Guillermo
Browse files

copmose build image

parent f0ab5c4c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,7 +2,8 @@ version: '3.7'

services:
  frontend_microservice:
    build: ./capif_frontend
    build:
      context: ./capif_backend
    restart: unless-stopped
    ports:
      - "4000:3000"