Skip to content

Commit

Permalink
make docker build successful again
Browse files Browse the repository at this point in the history
  • Loading branch information
longfangsong committed Oct 17, 2022
1 parent e4205e5 commit 4abce7b
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
@@ -1,4 +1,4 @@
FROM node:alpine as builder
FROM node:14.15-alpine as builder
COPY . /homepage
WORKDIR /homepage
RUN yarn && yarn build
Expand Down

0 comments on commit 4abce7b

Please sign in to comment.