diff --git a/Dockerfile b/Dockerfile index 052a0fe..7553b3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ COPY tailwind.config.js . COPY tsconfig.json . COPY public public COPY src src +COPY types types RUN npm ci --ignore-scripts RUN npm run build