Bug Fixes

This commit is contained in:
Benjamin Toby
2024-11-05 15:18:40 +01:00
parent 3cdf78e58d
commit 748ff55092
507 changed files with 3719 additions and 1231 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=2s --timeout=2s --retries=3 CMD curl -f http://localhost:$DSQL_PORT/ || exit 1
HEALTHCHECK --interval=10s --timeout=5s --retries=3 CMD curl -f http://localhost:$DSQL_PORT/ || exit 1
ENTRYPOINT ["entrypoint.sh"]