projects
/
website
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a20d378
)
Added dockerfile
author
Lukas Krickl
<lukas@krickl.dev>
Mon, 8 Nov 2021 06:01:20 +0000
(07:01 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Mon, 8 Nov 2021 06:01:20 +0000
(07:01 +0100)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index ca54b51d37f4dd8565a79abd404c864014303fb7..f875f90a7ce756ad1ad3b88ea3399f228b418a2c 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-8,7
+8,7
@@
RUN apt update -y && apt upgrade -y
RUN apt install -y git
COPY . /usr/src/website
-RUN npm install --global yarn
+
#
RUN npm install --global yarn
RUN yarn install
RUN yarn run build