Fixed Dockerfile

This commit is contained in:
Opnxng
2023-11-28 04:25:00 +08:00
committed by Edward Loveall
parent 20e31420ba
commit 69b3fb570e

View File

@@ -3,7 +3,7 @@ WORKDIR /tmp_build
COPY package.json .
COPY yarn.lock .
RUN yarn install --network-timeout 120000
RUN yarn install --network-timeout 120000 --no-progress --frozen-lockfile
COPY webpack.mix.js .
COPY src ./src