diff --git a/Dockerfile b/Dockerfile index d46924c..d802aa5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,9 +14,10 @@ COPY tailwind tailwind COPY index.mjs index.mjs COPY api.mjs api.mjs +COPY init.mjs init.mjs COPY tailwind.config.js tailwind.config.js RUN npm run tailwind:minify -ENTRYPOINT [ "node", "index.mjs" ] \ No newline at end of file +ENTRYPOINT [ "node", "index.mjs" ]