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