From 67019d6e2edcf7095b982b3fe8e9bca4a98cda2b Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Mon, 8 Nov 2021 07:01:20 +0100 Subject: [PATCH] Added dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ca54b51..f875f90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apt update -y && apt upgrade -y RUN apt install -y git COPY . /usr/src/website -RUN npm install --global yarn +# RUN npm install --global yarn RUN yarn install RUN yarn run build -- 2.30.2