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

This commit is contained in:
David Roth 2021-12-11 13:42:03 -06:00 committed by GitHub
parent 3a093018eb
commit 91f6947634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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