Compare commits

..

1 Commits

Author SHA1 Message Date
2b3cf3cd1e refactor: 🎨 rework Dockerfile 2024-11-19 21:39:55 +01:00

@ -15,7 +15,7 @@ RUN apt-get update && \
USER www-data
COPY --chown=www-data:www-data . apps/$APP_NAME
RUN cd apps/repod && make build && cd - && \
RUN cd apps/$APP_NAME && make build && cd - && \
php occ app:enable $APP_NAME && \
php occ config:system:set debug --value=true