FIX Theme destination dir.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -42,6 +42,8 @@ RUN set -eux; \
|
||||
# (see bottom note in https://docs.docker.com/engine/reference/builder/#entrypoint)
|
||||
mv /docker-entrypoint.sh /orig-entrypoint.sh; \
|
||||
mv /pre-entrypoint.sh /docker-entrypoint.sh; \
|
||||
# Copy themes
|
||||
cp -r plugins/000_redmine_x_ux_upgrade/assets/themes/redminex_theme public/themes/; \
|
||||
# Clean-up
|
||||
apt-mark auto '.*' > /dev/null; \
|
||||
[ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; \
|
||||
|
||||
Reference in New Issue
Block a user