projects
/
website
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67019d6
)
Added dockerfile
author
Lukas Krickl
<lukas@krickl.dev>
Mon, 8 Nov 2021 06:10:05 +0000
(07:10 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Mon, 8 Nov 2021 06:10:05 +0000
(07:10 +0100)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index f875f90a7ce756ad1ad3b88ea3399f228b418a2c..cd4b96f97f8580d9e690912fe971b353e7fdc1b7 100644
(file)
--- 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