mirror of
https://github.com/umputun/reproxy.git
synced 2024-11-30 08:16:56 +02:00
4 lines
121 B
Docker
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"] |