Skip to content

Commit 23cd7be

Browse files
committed
Increase yarn install timeout
1 parent 9cd517c commit 23cd7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COPY frontend/ ./frontend/
2121
RUN wget "https://downloads.apache.org/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}.tgz" -O - | tar -xz
2222

2323
WORKDIR /home/app/frontend/
24-
RUN yarn install && yarn build
24+
RUN yarn install --network-timeout 1000000 && yarn build
2525

2626
FROM eclipse-temurin:17-jre-jammy
2727

0 commit comments

Comments
 (0)