replaced init with install

This commit is contained in:
jonasled 2021-02-28 12:20:25 +01:00
parent 12af70c1d8
commit 0e829e9afa

View file

@ -4,7 +4,7 @@ WORKDIR /build
COPY . /build
RUN mkdir /build/public/js
RUN mkdir /build/public/css
RUN yarn init --silent
RUN yarn install --silent
RUN yarn compile
# Prepare Webserver