Compare commits
1 Commits
0f36608a1c
...
2b3cf3cd1e
Author | SHA1 | Date | |
---|---|---|---|
2b3cf3cd1e |
@ -15,7 +15,7 @@ RUN apt-get update && \
|
|||||||
USER www-data
|
USER www-data
|
||||||
|
|
||||||
COPY --chown=www-data:www-data . apps/$APP_NAME
|
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 app:enable $APP_NAME && \
|
||||||
php occ config:system:set debug --value=true
|
php occ config:system:set debug --value=true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user