|
|
@ -5,7 +5,7 @@ FROM localhost/debian |
|
|
|
|
|
|
|
# deploy options |
|
|
|
# -p (port) and -v (volume) both go host:container |
|
|
|
LABEL deployopts="-p 9082:80" |
|
|
|
LABEL config_default="-p 9082:80" |
|
|
|
|
|
|
|
# Build Variables |
|
|
|
# versions of php and postgres |
|
|
@ -51,4 +51,4 @@ COPY --chown=www-data:www-data assets/data.json startpage/data/data.json |
|
|
|
# copy thumbnails |
|
|
|
COPY --chown=www-data:www-data assets/thumbnails/ startpage/assets/thumbnails/ |
|
|
|
# copy wallpaper |
|
|
|
COPY --chown=www-data:www-data assets/wallpaper/ startpage/assets/wallpaper/ |
|
|
|
COPY --chown=www-data:www-data assets/wallpaper/ startpage/assets/wallpaper/ |
|
|
|