From 02c46a958b4a848ff9c9daabda3ca0a696d89a60 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Mon, 8 Nov 2021 07:11:04 +0100 Subject: [PATCH] Added dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cd4b96f..75c2c3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,8 @@ RUN apt update -y && apt upgrade -y RUN apt install -y git COPY . /usr/src/website -RUN npm update -g -RUN npm install --global yarn +# RUN npm update -g +# RUN npm install --global yarn RUN yarn install RUN yarn run build -- 2.30.2