mirror of
https://github.com/casjaysdevdocker/tor-browser
synced 2025-11-01 14:02:04 -04:00
🗃️ Fixed the .gitignore file 🗃️
All checks were successful
release-tag / release-image (push) Successful in 34m35s
All checks were successful
release-tag / release-image (push) Successful in 34m35s
.gitignore Dockerfile
This commit is contained in:
@@ -136,7 +136,7 @@ RUN echo "Updating system files "; \
|
|||||||
|
|
||||||
RUN echo "Custom Settings"; \
|
RUN echo "Custom Settings"; \
|
||||||
$SHELL_OPTS; \
|
$SHELL_OPTS; \
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
RUN echo "Setting up users and scripts "; \
|
RUN echo "Setting up users and scripts "; \
|
||||||
$SHELL_OPTS; \
|
$SHELL_OPTS; \
|
||||||
@@ -153,7 +153,7 @@ RUN echo "Setting OS Settings "; \
|
|||||||
|
|
||||||
RUN echo "Custom Applications"; \
|
RUN echo "Custom Applications"; \
|
||||||
$SHELL_OPTS; \
|
$SHELL_OPTS; \
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
RUN echo "Running custom commands"; \
|
RUN echo "Running custom commands"; \
|
||||||
if [ -f "/root/docker/setup/05-custom.sh" ];then echo "Running the custom script";/root/docker/setup/05-custom.sh||{ echo "Failed to execute /root/docker/setup/05-custom.sh" && exit 10; };echo "Done running the custom script";fi; \
|
if [ -f "/root/docker/setup/05-custom.sh" ];then echo "Running the custom script";/root/docker/setup/05-custom.sh||{ echo "Failed to execute /root/docker/setup/05-custom.sh" && exit 10; };echo "Done running the custom script";fi; \
|
||||||
@@ -252,5 +252,5 @@ VOLUME [ "/config","/data" ]
|
|||||||
|
|
||||||
EXPOSE ${SERVICE_PORT} ${ENV_PORTS}
|
EXPOSE ${SERVICE_PORT} ${ENV_PORTS}
|
||||||
|
|
||||||
ENTRYPOINT [ "tini","--","/usr/local/bin/entrypoint.sh" "start" ]
|
ENTRYPOINT [ "tini","--","/usr/local/bin/entrypoint.sh", "start" ]
|
||||||
HEALTHCHECK --start-period=10m --interval=5m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]
|
HEALTHCHECK --start-period=10m --interval=5m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user