Skip to content

Commit 3da7477

Browse files
authored
update dockerfile (node version)
1 parent 799096c commit 3da7477

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.14-alpine
1+
FROM node:25.6.0-alpine
22

33
# Make app directory in the container.
44
RUN mkdir /app
@@ -24,7 +24,7 @@ COPY *.css /app
2424
WORKDIR /app
2525

2626
# Install dependencies.
27-
RUN npm install -only=production
27+
RUN npm install --omit=dev
2828

2929
# Expose the port
3030
EXPOSE 8080

0 commit comments

Comments
 (0)