diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,10 +1,10 @@ | |||
| 1 | FROM mhart/alpine-node:14 as builder | 1 | FROM node:18-alpine as builder |
| 2 | 2 | ||
| 3 | WORKDIR /tmp | 3 | WORKDIR /tmp |
| 4 | COPY . . | 4 | COPY . . |
| 5 | 5 | ||
| 6 | RUN npx prettier --check ./src | 6 | RUN npx prettier --check ./src |
| 7 | RUN yarn && yarn build | 7 | RUN yarn && yarn build |
| 8 | 8 | ||
| 9 | ### | 9 | ### |
| 10 | # production image | 10 | # production image |
