diff --git a/dockerfile b/dockerfile index 36f4f66..3736b68 100644 --- a/dockerfile +++ b/dockerfile @@ -12,7 +12,7 @@ FROM node:16 as nodebuilder COPY --from=phpbuilder /tmp/buildir/webcron /tmp/buildir/webcron WORKDIR /tmp/buildir/webcron RUN npm install -RUN npx encore prod +RUN npm run build RUN rm -rf node_modules FROM php:8.1-apache