Commit 2f6ebeb2 authored by Sergio Gimenez's avatar Sergio Gimenez
Browse files

fix: point FM test stack to runnable SRM app

parent 061580f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ services:

  srm-local:
    build:
      context: ../../../../../service-resource-manager/service-resource-manager-implementation
      context: ../../../../../service-resource-manager/service-resource-manager-implementation/service-resource-manager-implementation
      dockerfile: Dockerfile
    container_name: srm-local
    restart: unless-stopped
@@ -155,7 +155,7 @@ services:

  srm-remote:
    build:
      context: ../../../../../service-resource-manager/service-resource-manager-implementation
      context: ../../../../../service-resource-manager/service-resource-manager-implementation/service-resource-manager-implementation
      dockerfile: Dockerfile
    container_name: srm-remote
    restart: unless-stopped