Git repo must be subdir (otherwise initial clone fails)

This commit is contained in:
Stefan Schlott 2022-08-26 19:09:57 +02:00
parent 3686d1c9d7
commit f597a33756
2 changed files with 5 additions and 4 deletions

View file

@ -7,7 +7,7 @@ COPY scripts/update-site.sh /usr/local/bin/
# Home directory of user, containing ssh keys, etc.
VOLUME /data
# Website source
ENV WEBSITE_SOURCE=/website-source
ENV WEBSITE_SOURCE=/website-source/git
VOLUME /website-source
# Compiled website
VOLUME /website