aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 91bc3af..181bc7a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,10 +1,10 @@
1FROM mhart/alpine-node:14 as builder 1FROM node:18-alpine as builder
2 2
3WORKDIR /tmp 3WORKDIR /tmp
4COPY . . 4COPY . .
5 5
6RUN npx prettier --check ./src 6RUN npx prettier --check ./src
7RUN yarn && yarn build 7RUN yarn && yarn build
8 8
9### 9###
10# production image 10# production image