updated dockerfile to have the root path automatically set
All checks were successful
the build was successful

This commit is contained in:
kolaente 2018-11-02 10:54:53 +01:00
parent 412684e3dd
commit 05963d3114
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -40,5 +40,7 @@ COPY --from=build-env /go/src/code.vikunja.io/api/public /app/vikunja/public
COPY --from=build-env /go/src/code.vikunja.io/api/templates /app/vikunja/templates
COPY --from=build-env /go/src/code.vikunja.io/api/vikunja /app/vikunja/vikunja
ENV VIKUNJA_SERVICE_ROOTPATH=/app/vikunja/
ENTRYPOINT ["/bin/s6-svscan", "/etc/services.d"]
CMD []