projects
/
website
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83cc960
)
Changed docker version
author
Lukas Krickl
<lukas@krickl.dev>
Mon, 8 Nov 2021 09:44:02 +0000
(10:44 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Mon, 8 Nov 2021 09:44:02 +0000
(10:44 +0100)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 6441fb95751d62ff5661fef72b0344ddc82d396f..4379fa088f05f21663a65c5e7bf95c1a0bacdd4b 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-12,6
+12,7
@@
COPY . /usr/src/website
# RUN npm install --global yarn
RUN yarn install
RUN yarn run build
+RUN yarn run generate
EXPOSE 3000