1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-04-27 22:39:25 +00:00
2024-02-19 14:40:17 +03:00

10 lines
97 B
Docker

FROM b4tman/squid
COPY run.sh /
USER root
RUN chmod 755 /run.sh
USER squid
CMD ["/run.sh"]