Changed: Updated Dockerfile
Some checks failed
Docker Build / Build Docker image (push) Failing after 1h59m51s
Some checks failed
Docker Build / Build Docker image (push) Failing after 1h59m51s
This commit is contained in:
@ -59,7 +59,7 @@ WORKDIR /usr/local/share/geneweb
|
||||
RUN mkdir -p bin etc log share/data share/dist \
|
||||
&& echo "172.17.0.1" >> etc/gwsetup_only
|
||||
COPY --from=builder /home/opam/geneweb/distribution share/dist
|
||||
COPY geneweb-launch.sh bin/geneweb-launch.sh
|
||||
COPY docker/geneweb-launch.sh bin/geneweb-launch.sh
|
||||
|
||||
EXPOSE 2316-2317
|
||||
VOLUME [ "/usr/local/share/geneweb/share/data", "/usr/local/share/geneweb/etc" ]
|
||||
|
Reference in New Issue
Block a user