Skip to content

Commit ce606cb

Browse files
committed
1 parent b1956fc commit ce606cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GUI/Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN npm install --legacy-peer-deps --mode=development
55
COPY . .
66
RUN ./node_modules/.bin/vite build --mode=development
77

8-
FROM nginx:1.25.4-alpine
8+
FROM nginx:1.28.0-alpine
99
COPY --from=build /app /usr/share/nginx/html
1010
#COPY ./nginx/nginx.conf /etc/nginx/conf.d/default.conf
1111

0 commit comments

Comments
 (0)