mirror of
				https://github.com/casjaysdevdocker/tor
				synced 2025-11-03 19:02:39 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
Dockerfile rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/etc/docker/init.d/php.sh rootfs/usr/local/etc/docker/init.d/tor.sh
This commit is contained in:
		@@ -166,6 +166,7 @@ RUN echo "Running final commands before cleanup"; \
 | 
			
		||||
RUN echo "Deleting unneeded files"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
  pkmgr clean; \
 | 
			
		||||
  rm -Rf /etc/tor/*.sample || true; \
 | 
			
		||||
  rm -Rf "/config" "/data" || true; \
 | 
			
		||||
  rm -rf /etc/systemd/system/*.wants/* || true; \
 | 
			
		||||
  rm -rf /lib/systemd/system/systemd-update-utmp* || true; \
 | 
			
		||||
@@ -251,6 +252,5 @@ VOLUME [ "/config","/data" ]
 | 
			
		||||
 | 
			
		||||
EXPOSE ${SERVICE_PORT} ${ENV_PORTS}
 | 
			
		||||
 | 
			
		||||
CMD [ "tail", "-f", "/dev/null" ]
 | 
			
		||||
ENTRYPOINT [ "tini","--","/usr/local/bin/entrypoint.sh" ]
 | 
			
		||||
HEALTHCHECK --start-period=10m --interval=5m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user