fix(docker): fix vite-plugin-pwa failing on build #416 (#443)

pull/1049/head
David Roth 2021-12-11 13:42:03 -06:00 committed by GitHub
parent a188bfc489
commit 59debbe45b
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ RUN yarn --no-cache
COPY . .
COPY .env.build .env
RUN yarn add --dev @babel/plugin-proposal-decorators
RUN yarn typecheck
RUN yarn build
RUN npm prune --production