mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-06 10:15:47 +03:00
5 lines
154 B
Docker
5 lines
154 B
Docker
FROM umputun/reproxy:master
|
|
ENV TIME_ZONE=America/Chicago
|
|
COPY assets /web
|
|
EXPOSE 80
|
|
CMD ["/srv/reproxy", "--assets.location=/web", "--listen=0.0.0.0:80"] |