From f304a4142ba0b5171d559a3e99e85172c4843b13 Mon Sep 17 00:00:00 2001 From: Dede Fuji Abdul Date: Tue, 16 Jan 2024 13:26:20 +0700 Subject: [PATCH 1/6] Update login page text to support multiple languages --- src/views/LoginView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/LoginView.vue b/src/views/LoginView.vue index 16f1669..27686b3 100644 --- a/src/views/LoginView.vue +++ b/src/views/LoginView.vue @@ -19,7 +19,7 @@ onMounted(() => {
logo -

Login

+

Login/Masuk

Selamat datang kembali

From d5cd0408b0736535c73b44baaf5e558fe30ab48b Mon Sep 17 00:00:00 2001 From: Dede Fuji Abdul Date: Tue, 16 Jan 2024 13:27:57 +0700 Subject: [PATCH 2/6] build image --- deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.yaml b/deployment.yaml index 505e935..11abada 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: apkt-eis - image: defuj/apkt-eis:v0.0.19-dev + image: defuj/apkt-eis:v0.0.20-dev ports: - containerPort: 80 --- From fbdb746a45732cfb155b902e002dffacc08f0a09 Mon Sep 17 00:00:00 2001 From: Dede Fuji Abdul Date: Tue, 16 Jan 2024 13:28:55 +0700 Subject: [PATCH 3/6] build image --- deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.yaml b/deployment.yaml index 11abada..9961639 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: apkt-eis - image: defuj/apkt-eis:v0.0.20-dev + image: defuj/apkt-eis:v0.0.22-dev ports: - containerPort: 80 --- From 5a490bfa43d5db281f77c480bc4921bbccad82ca Mon Sep 17 00:00:00 2001 From: Dede Fuji Abdul Date: Thu, 18 Jan 2024 10:32:11 +0700 Subject: [PATCH 4/6] Update Dockerfile to fix missing newline at end of file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2935857..32ff3f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ FROM nginx:stable-alpine as production-stage COPY --from=build-stage /app/dist /usr/share/nginx/html COPY --from=build-stage /app/nginx.conf /etc/nginx/nginx.conf EXPOSE 32166 -CMD ["nginx", "-g", "daemon off;"] +CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file From 0cf2e8d16ff86b5ff243c2966d1df1b375e58247 Mon Sep 17 00:00:00 2001 From: Dede Fuji Abdul Date: Thu, 18 Jan 2024 11:02:24 +0700 Subject: [PATCH 5/6] Update Dockerfile CMD instruction --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 32ff3f3..2935857 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ FROM nginx:stable-alpine as production-stage COPY --from=build-stage /app/dist /usr/share/nginx/html COPY --from=build-stage /app/nginx.conf /etc/nginx/nginx.conf EXPOSE 32166 -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file +CMD ["nginx", "-g", "daemon off;"] From fcfe012a02021a78ded9b3b462448c6fca3e1e2f Mon Sep 17 00:00:00 2001 From: Dede Fuji Abdul Date: Thu, 18 Jan 2024 11:17:20 +0700 Subject: [PATCH 6/6] Update Dockerfile to fix missing newline at end of file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2935857..32ff3f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ FROM nginx:stable-alpine as production-stage COPY --from=build-stage /app/dist /usr/share/nginx/html COPY --from=build-stage /app/nginx.conf /etc/nginx/nginx.conf EXPOSE 32166 -CMD ["nginx", "-g", "daemon off;"] +CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file