projects
/
gyiwr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87ef128
)
add docker compose and remove useless port
author
rick
<rick@gnous.eu>
Wed, 4 Oct 2023 16:22:41 +0000
(18:22 +0200)
committer
rick
<rick@gnous.eu>
Wed, 4 Oct 2023 16:22:41 +0000
(18:22 +0200)
Dockerfile
patch
|
blob
|
blame
|
history
docker-compose.yml
[new file with mode: 0644]
patch
|
blob
diff --git
a/Dockerfile
b/Dockerfile
index cfffa79ac5f163fb3e1f7c4bde8d085dcf4e6614..2eb9a1afcff038a5044082d8437e255ec8378cae 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-11,4
+11,3
@@
COPY generate.sh .
RUN ./generate.sh
RUN cp -r www/* /usr/share/nginx/html/
-EXPOSE 80
diff --git a/docker-compose.yml
b/docker-compose.yml
new file mode 100644
(file)
index 0000000..
c98bcf3
--- /dev/null
+++ b/
docker-compose.yml
@@ -0,0
+1,7
@@
+services:
+ gyiwr:
+ build: .
+ restart: 'always'
+ ports:
+ - "42569:80"
+