Skip to content

Commit

Permalink
docker: fix "npm install"
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Mar 6, 2024
1 parent 81056c5 commit 91dc4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /build
RUN go build -o server

# Build vue.js app
FROM node:18-alpine as node
FROM node:18 as node
COPY ./web /build
WORKDIR /build
RUN npm install
Expand Down

0 comments on commit 91dc4b7

Please sign in to comment.