1
0
mirror of https://github.com/umputun/reproxy.git synced 2024-11-24 08:12:31 +02:00

fix container user

This commit is contained in:
Umputun 2021-04-08 22:06:44 -05:00
parent cdbf455d65
commit 8dbe64375e

View File

@ -25,4 +25,4 @@ RUN chmod +x /srv/reproxy
WORKDIR /srv
CMD ["/srv/reproxy"]
ENTRYPOINT ["/init.sh"]
ENTRYPOINT ["/init-root.sh"]