From 91f6947634e79974c2428a3fe79536f4a5277a37 Mon Sep 17 00:00:00 2001 From: David Roth Date: Sat, 11 Dec 2021 13:42:03 -0600 Subject: [PATCH] fix(docker): fix vite-plugin-pwa failing on build #416 (#443) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 976d3043..dd860d15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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