mirror of
https://github.com/louislam/dockge.git
synced 2026-05-21 22:12:17 +00:00
Update to Node.js 22 from 18, as the upstream cpu 100% issues has been fixed.
This commit is contained in:
@@ -22,6 +22,13 @@ COPY --from=build /app/node_modules /app/node_modules
|
||||
COPY --chown=node:node . .
|
||||
RUN mkdir ./data
|
||||
|
||||
|
||||
# It is just for safe, as by default, it is disabled in the latest Node.js now.
|
||||
# Read more:
|
||||
# - https://github.com/sagemathinc/cocalc/issues/6963
|
||||
# - https://github.com/microsoft/node-pty/issues/630#issuecomment-1987212447
|
||||
ENV UV_USE_IO_URING=0
|
||||
|
||||
VOLUME /app/data
|
||||
EXPOSE 5001
|
||||
HEALTHCHECK --interval=60s --timeout=30s --start-period=60s --retries=5 CMD extra/healthcheck
|
||||
|
||||
Reference in New Issue
Block a user