the change
Some checks are pending
CI / pre-commit (push) Waiting to run
CI / lint (push) Waiting to run
CI / build (push) Waiting to run

This commit is contained in:
2025-08-12 17:37:41 -07:00
parent 29ff05af47
commit 628d4aceb2
3 changed files with 10 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ RUN set -xe && \
cp -r /tmp/source/Source /tmp/source/SourceGitlab /tmp/source/SourceGithub /var/www/html/plugins/ && \
rm -r /tmp/source
RUN mkdir -p /var/www/html/extra_plugins
COPY ./mantis-entrypoint /usr/local/bin/mantis-entrypoint
CMD ["mantis-entrypoint"]