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
Loading
Checking pipeline status
...@@ -4,7 +4,7 @@ WORKDIR /build ...@@ -4,7 +4,7 @@ WORKDIR /build
COPY . /build COPY . /build
RUN mkdir /build/public/js RUN mkdir /build/public/js
RUN mkdir /build/public/css RUN mkdir /build/public/css
RUN yarn init --silent RUN yarn install --silent
RUN yarn compile RUN yarn compile
# Prepare Webserver # 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