mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
Update Dockerfile
This commit is contained in:
parent
4faaabfd1f
commit
e6e236fcda
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ RUN apk add --no-cache \
|
||||||
vips-dev \
|
vips-dev \
|
||||||
vips
|
vips
|
||||||
|
|
||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock .yarnrc ./
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
COPY . ./
|
COPY . ./
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
Loading…
Reference in a new issue