Skip to content

Commit

Permalink
update frontend dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
abainczyk committed May 19, 2022
1 parent 92d2276 commit 2ad4c97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM docker.io/library/node:16-alpine as builder
FROM docker.io/library/node:16.15-bullseye-slim as builder
WORKDIR /frontend
RUN npm install -g npm
COPY ./package.json ./package.json
COPY ./package-lock.json ./package-lock.json
RUN npm install
Expand Down

0 comments on commit 2ad4c97

Please sign in to comment.