mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-24 14:31:52 +01:00
10 lines
135 B
Docker
10 lines
135 B
Docker
FROM linuxserver/nginx
|
|
MAINTAINER henrywhitaker3@outlook.com
|
|
|
|
# Copy over static files
|
|
COPY conf/ /
|
|
|
|
EXPOSE 80 443
|
|
|
|
VOLUME ["/config"]
|