1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

include cname file

This commit is contained in:
GilbN 2022-03-22 21:22:10 +01:00
parent 1ec977e4a5
commit ab8164255b
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,6 @@ apk add --no-cache --virtual=build-dependencies \
WORKDIR /app
COPY css/ /app/themepark/css/
COPY resources/ /app/themepark/resources/
COPY themes.py index.html /app/themepark/
COPY themes.py index.html CNAME /app/themepark/
COPY docker/root/ /

View File

@ -31,6 +31,7 @@ cp -R /app/themepark/css /config/www
cp -R /app/themepark/resources /config/www
cp /app/themepark/index.html /config/www
cp /app/themepark/themes.py /config/www
cp /app/themepark/CNAME /config/www
# permissions
chown -R abc:abc \