diff --git a/Dockerfile b/Dockerfile index 9eb6e58..32fb44a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -101,6 +101,8 @@ COPY --from=composer_deps /app/vendor/symfony/ux-turbo/assets ./vendor/symfony/u RUN npm install COPY --link assets ./assets COPY --link webpack.config.js ./ +COPY --link tailwind.config.js postcss.config.js ./ +COPY --link templates ./templates RUN npm run build # Prod FrankenPHP image