Bug Fixes
This commit is contained in:
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user