1
0
mirror of https://github.com/umputun/reproxy.git synced 2026-04-24 19:13:44 +02:00
Files
2021-04-14 03:26:20 -05:00

4 lines
121 B
Docker

FROM umputun/reproxy:master
ENV TIME_ZONE=America/Chicago
EXPOSE 80
CMD ["--assets.location=/web", "--listen=0.0.0.0:80"]