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

removed silent flag

parent 0e829e9a
No related branches found
No related tags found
No related merge requests found
Pipeline #657 passed
......@@ -4,7 +4,7 @@ WORKDIR /build
COPY . /build
RUN mkdir /build/public/js
RUN mkdir /build/public/css
RUN yarn install --silent
RUN yarn install
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