🗃️ Fixed the .gitignore file 🗃️

.gitignore

Dockerfile
This commit is contained in:
2025-10-31 12:33:43 -04:00
parent f6f4add792
commit 6739301656
+1 -1
View File
@@ -252,5 +252,5 @@ VOLUME [ "/config","/data" ]
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" ]