Skip to content

Commit d118e3d

Browse files
committed
fix docker build timeout
1 parent 948863a commit d118e3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ ARG FIREBASE_CONFIG
2323
ARG DOCS_BASE_URL
2424

2525
RUN if [ "$DOCS_BASE_URL" == "null" ]; \
26-
then npm run build:app; \
27-
else timeout 600 npm run build; \
26+
then timeout 1200 npm run build:app; \
27+
else timeout 1200 npm run build; \
2828
fi
2929

3030
FROM node:24.1.0-alpine3.21 AS server

0 commit comments

Comments
 (0)