mirror of
https://git.sr.ht/~edwardloveall/scribe
synced 2025-12-10 04:31:22 +00:00
Fixed Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user