瀏覽代碼

Resolved error in dockerfile naming for 19 and 20

Andrej 2 周之前
父節點
當前提交
55fd91f87e
共有 2 個文件被更改,包括 4 次插入2 次删除
  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}