Przeglądaj źródła

Resolved error in dockerfile naming for 19 and 20

Andrej 1 tydzień temu
rodzic
commit
55fd91f87e
2 zmienionych plików z 4 dodań i 2 usunięć
  1. 2 1
      config/labkey-compose19.yaml
  2. 2 1
      config/labkey-compose20.yaml

+ 2 - 1
config/labkey-compose19.yaml

@@ -7,7 +7,7 @@ services:
 #
     build:
             context: ./db
-            dockerfile: Dockerfile19
+            dockerfile: Dockerfile12
             args:
                     USER_ID: ${USER_ID}
                     GROUP_ID: ${GROUP_ID}
@@ -28,6 +28,7 @@ services:
 
     build: 
             context: ./web
+            dockerfile: Dockerfile19
             args:
                     USER_ID: ${USER_ID}
                     GROUP_ID: ${GROUP_ID}

+ 2 - 1
config/labkey-compose20.yaml

@@ -7,7 +7,7 @@ services:
 #
     build:
             context: ./db
-            dockerfile: Dockerfile19
+            dockerfile: Dockerfile12
             args:
                     USER_ID: ${USER_ID}
                     GROUP_ID: ${GROUP_ID}
@@ -28,6 +28,7 @@ services:
 
     build: 
             context: ./web
+            dockerfile: Dockerfile19
             args:
                     USER_ID: ${USER_ID}
                     GROUP_ID: ${GROUP_ID}