Skip to content

Commit

Permalink
chore: bump npm
Browse files Browse the repository at this point in the history
  • Loading branch information
mautamu committed Jan 30, 2024
1 parent a93872a commit 54e50de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.18.2 as build
FROM node:21.5.0 as build

WORKDIR /app

Expand All @@ -10,4 +10,4 @@ COPY . ./
RUN npm run build

FROM nginx:1.23.3
COPY --from=build /app/public /usr/share/nginx/html
COPY --from=build /app/public /usr/share/nginx/html

0 comments on commit 54e50de

Please sign in to comment.