mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
6 lines
192 B
Docker
6 lines
192 B
Docker
|
FROM scratch
|
||
|
# This is just a dummy file. LSIO doesnt have a Nginx Proxy Manager image..SWAG for life!
|
||
|
LABEL maintainer="GilbN"
|
||
|
LABEL app="Nginx-Proxy-Manager"
|
||
|
#copy local files.
|
||
|
COPY root/ /
|