Merge branch 'development' of https://github.com/defuj/eis

This commit is contained in:
Dede Fuji Abdul
2024-01-26 10:41:46 +07:00
3 changed files with 3 additions and 3 deletions

View File

@ -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/dist /usr/share/nginx/html
COPY --from=build-stage /app/nginx.conf /etc/nginx/nginx.conf COPY --from=build-stage /app/nginx.conf /etc/nginx/nginx.conf
EXPOSE 32166 EXPOSE 32166
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]

View File

@ -14,7 +14,7 @@ spec:
spec: spec:
containers: containers:
- name: apkt-eis - name: apkt-eis
image: defuj/apkt-eis:v1.0.9-release image: defuj/apkt-eis:v1.0.0-dev
ports: ports:
- containerPort: 80 - containerPort: 80
--- ---

View File

@ -19,7 +19,7 @@ onMounted(() => {
<div class="flex flex-row"> <div class="flex flex-row">
<div class="flex flex-col md:mr-6"> <div class="flex flex-col md:mr-6">
<img :src="Icon" alt="logo" class="w-[266px] mb-8" /> <img :src="Icon" alt="logo" class="w-[266px] mb-8" />
<h1 class="mb-2 text-3xl text-dark">Login</h1> <h1 class="mb-2 text-3xl text-dark">Login/Masuk</h1>
<p class="mb-6 font-medium text-gray-400">Selamat datang kembali</p> <p class="mb-6 font-medium text-gray-400">Selamat datang kembali</p>
<form @submit.prevent="authStore.login" class="flex flex-col"> <form @submit.prevent="authStore.login" class="flex flex-col">