mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
berry docker
This commit is contained in:
parent
5072c7de9e
commit
8ede97275c
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ COPY . ./
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y build-essential
|
RUN apt-get install -y build-essential
|
||||||
RUN git submodule update --init
|
RUN git submodule update --init
|
||||||
|
RUN yarn set version berry
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
RUN rm -rf .git
|
RUN rm -rf .git
|
||||||
|
|
Loading…
Reference in a new issue