Closed vandman closed 3 years ago
hey let us check
FROM redmine:4.1.1
LABEL maintainer='https://noshutdown.ru'
HEALTHCHECK NONE
RUN apt-get update \
&& apt-get -y install make zlib1g-dev libmagick++-dev \
&& cd ./plugins \
&& git clone https://github.com/noshutdown-ru/vault
tested
docker build -t myred .
docker run -d -p 80:3000 --name myredmine myred
start will take around 1 min because it will install gems
Hi, I try to use the plugin in a vault container. Here is what I do to built it with vault: Dockerfile =>
The build wokrs fine.
Then I launch the container. When the container start, it does the:
Here I get the following error and I can't start the container:
regards Vandman