the change
This commit is contained in:
parent
29ff05af47
commit
628d4aceb2
@ -51,6 +51,8 @@ RUN set -xe && \
|
|||||||
cp -r /tmp/source/Source /tmp/source/SourceGitlab /tmp/source/SourceGithub /var/www/html/plugins/ && \
|
cp -r /tmp/source/Source /tmp/source/SourceGitlab /tmp/source/SourceGithub /var/www/html/plugins/ && \
|
||||||
rm -r /tmp/source
|
rm -r /tmp/source
|
||||||
|
|
||||||
|
RUN mkdir -p /var/www/html/extra_plugins
|
||||||
|
|
||||||
COPY ./mantis-entrypoint /usr/local/bin/mantis-entrypoint
|
COPY ./mantis-entrypoint /usr/local/bin/mantis-entrypoint
|
||||||
|
|
||||||
CMD ["mantis-entrypoint"]
|
CMD ["mantis-entrypoint"]
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
# Who are you and what's the difference?
|
||||||
|
All I did was add an `extra_plugins` directory for bindmount purposes, that copies itself into the `plugins` directory.
|
||||||
|
|
||||||
|
Original readme follows.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
[](https://github.com/okainov/mantisbt-docker/actions) [](https://hub.docker.com/r/okainov/mantisbt) [](https://hub.docker.com/r/okainov/mantisbt)
|
[](https://github.com/okainov/mantisbt-docker/actions) [](https://hub.docker.com/r/okainov/mantisbt) [](https://hub.docker.com/r/okainov/mantisbt)
|
||||||
|
|
||||||
|
@ -9,4 +9,6 @@ if [ ! -z "$MANTIS_ENABLE_ADMIN" ] && [ "$MANTIS_ENABLE_ADMIN" -ne "0" ]; then
|
|||||||
test -d .admin && mv .admin admin && chmod +rx admin
|
test -d .admin && mv .admin admin && chmod +rx admin
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cp -rv extra_plugins/* plugins
|
||||||
|
|
||||||
apache2-foreground
|
apache2-foreground
|
||||||
|
Loading…
x
Reference in New Issue
Block a user