FIX Theme destination dir.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-28 21:12:30 +02:00
parent 45242a5e0f
commit e363358667

View File

@@ -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; \