replaced init with install
This commit is contained in:
parent
12af70c1d8
commit
0e829e9afa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue