mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-25 02:09:05 +01:00
docker buildでyarn.lockを考慮してなかったのを修正 (#6330)
This commit is contained in:
parent
a1571bfe77
commit
a130d013b1
@ -22,7 +22,7 @@ RUN apk add --no-cache \
|
|||||||
python \
|
python \
|
||||||
zlib-dev
|
zlib-dev
|
||||||
|
|
||||||
COPY package.json ./
|
COPY package.json yarn.lock ./
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
COPY . ./
|
COPY . ./
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
Loading…
Reference in New Issue
Block a user