Skip to content

Commit

Permalink
Update node to newer/alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
mpogr committed Sep 3, 2024
1 parent bb880b4 commit e359b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14
FROM node:alpine
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm install
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14 as builder
FROM node:alpine as builder
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm install
Expand Down

0 comments on commit e359b7e

Please sign in to comment.