Browse Source

Merge pull request #338 from GilbN/develop

include cname file
pull/340/head
GilbN 3 years ago
committed by GitHub
parent
commit
82c33cc949
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile
  2. 1
      docker/root/etc/cont-init.d/50-config

2
Dockerfile

@ -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/ /

1
docker/root/etc/cont-init.d/50-config

@ -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 \

Loading…
Cancel
Save