1
0
mirror of https://github.com/umputun/reproxy.git synced 2024-11-30 08:16:56 +02:00
reproxy/examples/assets/external/Dockerfile
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"]