projects
/
website
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b77f05
)
Updated docker
author
Lukas Krickl
<lukas@krickl.dev>
Mon, 8 Nov 2021 11:55:51 +0000
(12:55 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Mon, 8 Nov 2021 11:55:51 +0000
(12:55 +0100)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 4379fa088f05f21663a65c5e7bf95c1a0bacdd4b..6eaee0761f799551b060a29af71ea32c0362c7f8 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-16,7
+16,7
@@
RUN yarn run generate
EXPOSE 3000
-ENV
NUXT_
HOST=0.0.0.0
-ENV
NUXT_
PORT=3000
+ENV HOST=0.0.0.0
+ENV PORT=3000
CMD ["yarn", "run", "start"]