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 diff --git a/deployment.yaml b/deployment.yaml index 9706f43..6ce6f13 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: apkt-eis - image: defuj/apkt-eis:v1.0.9-release + image: defuj/apkt-eis:v1.0.0-dev ports: - containerPort: 80 --- 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(() => {
Selamat datang kembali