Added dockerfile
authorLukas Krickl <lukas@krickl.dev>
Mon, 8 Nov 2021 06:10:05 +0000 (07:10 +0100)
committerLukas Krickl <lukas@krickl.dev>
Mon, 8 Nov 2021 06:10:05 +0000 (07:10 +0100)
Dockerfile

index f875f90a7ce756ad1ad3b88ea3399f228b418a2c..cd4b96f97f8580d9e690912fe971b353e7fdc1b7 100644 (file)
@@ -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