mirror of
https://github.com/linuxserver/docker-htpcmanager.git
synced 2026-04-06 00:01:54 +08:00
10 lines
134 B
Docker
Executable File
10 lines
134 B
Docker
Executable File
FROM lsiobase/alpine.python
|
||
MAINTAINER sparklyballs
|
||
|
||
# add local files
|
||
COPY root/ /
|
||
|
||
# ports and volumes
|
||
EXPOSE 8085
|
||
VOLUME /config
|