Skip to content
Snippets Groups Projects
Commit 0e829e9a authored by jonasled's avatar jonasled
Browse files

replaced init with install

parent 12af70c1
No related branches found
No related tags found
No related merge requests found
Pipeline #656 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment