Skip to main content
Sign in
Snippets Groups Projects
Commit dc94c745 authored by jonasled's avatar jonasled
Browse files

removed silent flag

parent 0e829e9a
No related merge requests found
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 install --silent RUN yarn install
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.
Please register or to comment