1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-09-27 19:48:00 +00:00

ssl-bump fix run.sh perms #130

This commit is contained in:
Dmitry Belyaev 2024-02-19 14:16:43 +03:00
parent 33429ba79f
commit 16e644983a
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3

View File

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