berry docker

This commit is contained in:
ThatOneCalculator 2022-07-26 12:21:39 -07:00
parent 108e8a0637
commit 6e49f7055c

View file

@ -9,6 +9,7 @@ COPY . ./
RUN apt-get update
RUN apt-get install -y build-essential
RUN git submodule update --init
RUN yarn set version berry
RUN yarn install
RUN yarn build
RUN rm -rf .git