This commit is contained in:
Benjamin Toby
2024-11-05 15:47:45 +01:00
parent 748ff55092
commit f2a402d718
230 changed files with 351 additions and 307 deletions
+1 -1
View File
@@ -13,6 +13,6 @@ RUN npm install -g nodecid batchrun less lessc-watcher
COPY docker-entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh
HEALTHCHECK --interval=10s --timeout=5s --retries=3 CMD curl -f http://localhost:$DSQL_PORT/ || exit 1
HEALTHCHECK --interval=10s --timeout=5s --retries=10 CMD curl -f http://localhost:$DSQL_PORT/ || exit 1
ENTRYPOINT ["entrypoint.sh"]