diff --git a/GUI/Dockerfile b/GUI/Dockerfile index 96e5abf9e..a34a3166f 100644 --- a/GUI/Dockerfile +++ b/GUI/Dockerfile @@ -8,7 +8,7 @@ COPY . . RUN ./node_modules/.bin/vite build --mode=development VOLUME /app -FROM nginx:1.26.0-alpine AS web +FROM nginx:1.29.4-alpine AS web COPY ./nginx/http-nginx.conf /etc/nginx/conf.d/default.conf COPY --from=build ./app/build/assets /usr/share/nginx/html/training-module/training/assets COPY --from=build ./app/build/index.html /usr/share/nginx/html/training-module