1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-05-24 09:31:05 +00:00

Compare commits

..

No commits in common. "abfd29ad78b7cc1d2c3e43803f9d3fe653bd95f7" and "05d3fc71a7ce58b7b13770fcab166782f724ed2c" have entirely different histories.

@ -1,9 +1,5 @@
FROM b4tman/squid
COPY run.sh /
USER root
RUN chmod 755 /run.sh
USER squid
COPY run.sh /
CMD ["/run.sh"]
CMD ["/run.sh"]