From 0e829e9afad2c559a159c05f1f5e182606741a91 Mon Sep 17 00:00:00 2001 From: jonasled <git@jonasled.de> Date: Sun, 28 Feb 2021 12:20:25 +0100 Subject: [PATCH] replaced init with install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 96af7e9..f4724cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- GitLab