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