Skip to content
Snippets Groups Projects
Unverified Commit f07564a4 authored by rinsuki's avatar rinsuki Committed by GitHub
Browse files

docker buildでyarn.lockを考慮してなかったのを修正 (#6330)

parent 37419886
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ RUN apk add --no-cache \
python \
zlib-dev
COPY package.json ./
COPY package.json yarn.lock ./
RUN yarn install
COPY . ./
RUN yarn build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment