diff --git a/WebDisplay/Dockerfile b/WebDisplay/Dockerfile index 0c37d34..8015ca5 100644 --- a/WebDisplay/Dockerfile +++ b/WebDisplay/Dockerfile @@ -11,7 +11,7 @@ COPY . . RUN pnpm run build # production stage -FROM nginx:stable-alpine AS production-stage +FROM nginx:lts-alpine AS production-stage COPY nginx/default.conf /etc/nginx/conf.d/ RUN rm -rf /usr/share/nginx/html/* COPY --from=build-stage /app/dist /usr/share/nginx/html diff --git a/WebDisplay/src/components/AlarmOverview.vue b/WebDisplay/src/components/AlarmOverview.vue index 6ce61a5..0f9ec0f 100644 --- a/WebDisplay/src/components/AlarmOverview.vue +++ b/WebDisplay/src/components/AlarmOverview.vue @@ -82,8 +82,6 @@