From: Lukas Krickl Date: Mon, 8 Nov 2021 06:10:05 +0000 (+0100) Subject: Added dockerfile X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=c6ddbedc7255536ea32dc5f16f1a78894155a882;p=website%2F.git Added dockerfile --- diff --git a/Dockerfile b/Dockerfile index f875f90..cd4b96f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,8 @@ RUN apt update -y && apt upgrade -y RUN apt install -y git COPY . /usr/src/website -# RUN npm install --global yarn +RUN npm update -g +RUN npm install --global yarn RUN yarn install RUN yarn run build