From 4d2e66fce30315878689a0d820355b80e42b996d Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Wed, 13 Sep 2023 13:56:36 +0530 Subject: [PATCH] fix base --- Accounts/Dockerfile.tpl | 2 +- AdminDashboard/Dockerfile.tpl | 2 +- ApiReference/Dockerfile.tpl | 2 +- Dashboard/Dockerfile.tpl | 2 +- DashboardAPI/Dockerfile.tpl | 2 +- File/Dockerfile.tpl | 2 +- HelmChart/Dockerfile.tpl | 2 +- Home/Dockerfile.tpl | 2 +- Identity/Dockerfile.tpl | 2 +- Integration/Dockerfile.tpl | 2 +- Licensing/Dockerfile.tpl | 2 +- LinkShortener/Dockerfile.tpl | 2 +- Notification/Dockerfile.tpl | 2 +- Probe/Dockerfile.tpl | 2 +- ProbeAPI/Dockerfile.tpl | 2 +- Realtime/Dockerfile.tpl | 2 +- StatusPage/Dockerfile.tpl | 2 +- TestServer/Dockerfile.tpl | 2 +- Workers/Dockerfile.tpl | 2 +- Workflow/Dockerfile.tpl | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Accounts/Dockerfile.tpl b/Accounts/Dockerfile.tpl index 6bbde29965..e2d9608bd7 100755 --- a/Accounts/Dockerfile.tpl +++ b/Accounts/Dockerfile.tpl @@ -45,7 +45,7 @@ COPY ./Model /usr/src/Model # Install CommonServer -FROM Base AS commonserver +FROM base AS commonserver WORKDIR /usr/src/CommonServer COPY ./CommonServer/package*.json /usr/src/CommonServer/ RUN npm install diff --git a/AdminDashboard/Dockerfile.tpl b/AdminDashboard/Dockerfile.tpl index f8503954c6..a78ccc63b8 100755 --- a/AdminDashboard/Dockerfile.tpl +++ b/AdminDashboard/Dockerfile.tpl @@ -44,7 +44,7 @@ COPY ./Model /usr/src/Model # Install CommonServer -FROM Base AS commonserver +FROM base AS commonserver WORKDIR /usr/src/CommonServer COPY ./CommonServer/package*.json /usr/src/CommonServer/ RUN npm install diff --git a/ApiReference/Dockerfile.tpl b/ApiReference/Dockerfile.tpl index 5832a4d166..6fd6313490 100755 --- a/ApiReference/Dockerfile.tpl +++ b/ApiReference/Dockerfile.tpl @@ -40,7 +40,7 @@ COPY ./Model /usr/src/Model # Install CommonServer -FROM Base AS commonserver +FROM base AS commonserver WORKDIR /usr/src/CommonServer COPY ./CommonServer/package*.json /usr/src/CommonServer/ RUN npm install diff --git a/Dashboard/Dockerfile.tpl b/Dashboard/Dockerfile.tpl index 152e619f32..dd8c69b08c 100755 --- a/Dashboard/Dockerfile.tpl +++ b/Dashboard/Dockerfile.tpl @@ -44,7 +44,7 @@ COPY ./Model /usr/src/Model # Install CommonServer -FROM Base AS commonserver +FROM base AS commonserver WORKDIR /usr/src/CommonServer COPY ./CommonServer/package*.json /usr/src/CommonServer/ RUN npm install diff --git a/DashboardAPI/Dockerfile.tpl b/DashboardAPI/Dockerfile.tpl index ddeb83e47c..f16de54972 100755 --- a/DashboardAPI/Dockerfile.tpl +++ b/DashboardAPI/Dockerfile.tpl @@ -48,7 +48,7 @@ COPY ./Model /usr/src/Model # Install CommonServer -FROM Base AS commonserver +FROM base AS commonserver WORKDIR /usr/src/CommonServer COPY ./CommonServer/package*.json /usr/src/CommonServer/ RUN npm install diff --git a/File/Dockerfile.tpl b/File/Dockerfile.tpl index aa42674599..ea3d1c156e 100644 --- a/File/Dockerfile.tpl +++ b/File/Dockerfile.tpl @@ -48,7 +48,7 @@ COPY ./Model /usr/src/Model # Install CommonServer -FROM Base AS commonserver +FROM base AS commonserver WORKDIR /usr/src/CommonServer COPY ./CommonServer/package*.json /usr/src/CommonServer/ RUN npm install diff --git a/HelmChart/Dockerfile.tpl b/HelmChart/Dockerfile.tpl index 6fd953bb23..4de350eedf 100755 --- a/HelmChart/Dockerfile.tpl +++ b/HelmChart/Dockerfile.tpl @@ -40,7 +40,7 @@ COPY ./Model /usr/src/Model # Install CommonServer -FROM Base AS commonserver +FROM base AS commonserver WORKDIR /usr/src/CommonServer COPY ./CommonServer/package*.json /usr/src/CommonServer/ RUN npm install diff --git a/Home/Dockerfile.tpl b/Home/Dockerfile.tpl index 0a086adaee..20ac9a5559 100755 --- a/Home/Dockerfile.tpl +++ b/Home/Dockerfile.tpl @@ -60,7 +60,7 @@ COPY ./Model /usr/src/Model # Install CommonServer -FROM Base AS commonserver +FROM base AS commonserver WORKDIR /usr/src/CommonServer COPY ./CommonServer/package*.json /usr/src/CommonServer/ RUN npm install diff --git a/Identity/Dockerfile.tpl b/Identity/Dockerfile.tpl index 0327157ba0..ecb46e5a76 100644 --- a/Identity/Dockerfile.tpl +++ b/Identity/Dockerfile.tpl @@ -48,7 +48,7 @@ COPY ./Model /usr/src/Model # Install CommonServer -FROM Base AS commonserver +FROM base AS commonserver WORKDIR /usr/src/CommonServer COPY ./CommonServer/package*.json /usr/src/CommonServer/ RUN npm install diff --git a/Integration/Dockerfile.tpl b/Integration/Dockerfile.tpl index 12ab6b0def..02dc9cd5ed 100644 --- a/Integration/Dockerfile.tpl +++ b/Integration/Dockerfile.tpl @@ -48,7 +48,7 @@ COPY ./Model /usr/src/Model # Install CommonServer -FROM Base AS commonserver +FROM base AS commonserver WORKDIR /usr/src/CommonServer COPY ./CommonServer/package*.json /usr/src/CommonServer/ RUN npm install diff --git a/Licensing/Dockerfile.tpl b/Licensing/Dockerfile.tpl index 8ac8d9bbe7..d555bd045f 100644 --- a/Licensing/Dockerfile.tpl +++ b/Licensing/Dockerfile.tpl @@ -44,7 +44,7 @@ COPY ./Model /usr/src/Model # Install CommonServer -FROM Base AS commonserver +FROM base AS commonserver WORKDIR /usr/src/CommonServer COPY ./CommonServer/package*.json /usr/src/CommonServer/ RUN npm install diff --git a/LinkShortener/Dockerfile.tpl b/LinkShortener/Dockerfile.tpl index 36a0d78b65..943fd80f94 100644 --- a/LinkShortener/Dockerfile.tpl +++ b/LinkShortener/Dockerfile.tpl @@ -47,7 +47,7 @@ COPY ./Model /usr/src/Model # Install CommonServer -FROM Base AS commonserver +FROM base AS commonserver WORKDIR /usr/src/CommonServer COPY ./CommonServer/package*.json /usr/src/CommonServer/ RUN npm install diff --git a/Notification/Dockerfile.tpl b/Notification/Dockerfile.tpl index 7b0872a5bf..60d14dcf10 100755 --- a/Notification/Dockerfile.tpl +++ b/Notification/Dockerfile.tpl @@ -44,7 +44,7 @@ COPY ./Model /usr/src/Model # Install CommonServer -FROM Base AS commonserver +FROM base AS commonserver WORKDIR /usr/src/CommonServer COPY ./CommonServer/package*.json /usr/src/CommonServer/ RUN npm install diff --git a/Probe/Dockerfile.tpl b/Probe/Dockerfile.tpl index 645813391e..61ae1a0caf 100644 --- a/Probe/Dockerfile.tpl +++ b/Probe/Dockerfile.tpl @@ -51,7 +51,7 @@ COPY ./Model /usr/src/Model # Install CommonServer -FROM Base AS commonserver +FROM base AS commonserver WORKDIR /usr/src/CommonServer COPY ./CommonServer/package*.json /usr/src/CommonServer/ RUN npm install diff --git a/ProbeAPI/Dockerfile.tpl b/ProbeAPI/Dockerfile.tpl index d08311840a..340dc2df8f 100755 --- a/ProbeAPI/Dockerfile.tpl +++ b/ProbeAPI/Dockerfile.tpl @@ -48,7 +48,7 @@ COPY ./Model /usr/src/Model # Install CommonServer -FROM Base AS commonserver +FROM base AS commonserver WORKDIR /usr/src/CommonServer COPY ./CommonServer/package*.json /usr/src/CommonServer/ RUN npm install diff --git a/Realtime/Dockerfile.tpl b/Realtime/Dockerfile.tpl index dd659f7f9f..72b38b0637 100755 --- a/Realtime/Dockerfile.tpl +++ b/Realtime/Dockerfile.tpl @@ -59,7 +59,7 @@ COPY ./Model /usr/src/Model # Install CommonServer -FROM Base AS commonserver +FROM base AS commonserver WORKDIR /usr/src/CommonServer COPY ./CommonServer/package*.json /usr/src/CommonServer/ RUN npm install diff --git a/StatusPage/Dockerfile.tpl b/StatusPage/Dockerfile.tpl index ec2cd0f153..829b358b34 100755 --- a/StatusPage/Dockerfile.tpl +++ b/StatusPage/Dockerfile.tpl @@ -45,7 +45,7 @@ COPY ./Model /usr/src/Model # Install CommonServer -FROM Base AS commonserver +FROM base AS commonserver WORKDIR /usr/src/CommonServer COPY ./CommonServer/package*.json /usr/src/CommonServer/ RUN npm install diff --git a/TestServer/Dockerfile.tpl b/TestServer/Dockerfile.tpl index e2a912cc9d..40d5122d79 100755 --- a/TestServer/Dockerfile.tpl +++ b/TestServer/Dockerfile.tpl @@ -48,7 +48,7 @@ COPY ./Model /usr/src/Model # Install CommonServer -FROM Base AS commonserver +FROM base AS commonserver WORKDIR /usr/src/CommonServer COPY ./CommonServer/package*.json /usr/src/CommonServer/ RUN npm install diff --git a/Workers/Dockerfile.tpl b/Workers/Dockerfile.tpl index 9cff91659d..43c7147c51 100755 --- a/Workers/Dockerfile.tpl +++ b/Workers/Dockerfile.tpl @@ -51,7 +51,7 @@ COPY ./Model /usr/src/Model # Install CommonServer -FROM Base AS commonserver +FROM base AS commonserver WORKDIR /usr/src/CommonServer COPY ./CommonServer/package*.json /usr/src/CommonServer/ RUN npm install diff --git a/Workflow/Dockerfile.tpl b/Workflow/Dockerfile.tpl index ff26135e2f..353aef8e9a 100644 --- a/Workflow/Dockerfile.tpl +++ b/Workflow/Dockerfile.tpl @@ -47,7 +47,7 @@ COPY ./Model /usr/src/Model # Install CommonServer -FROM Base AS commonserver +FROM base AS commonserver WORKDIR /usr/src/CommonServer COPY ./CommonServer/package*.json /usr/src/CommonServer/ RUN npm install