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