add docker compose and remove useless port

This commit is contained in:
rick 2023-10-04 18:22:41 +02:00
parent 87ef128712
commit ca0817ae99
Signed by: Rick
GPG key ID: 5CBE8779CD27BCBA
2 changed files with 7 additions and 1 deletions

View file

@ -11,4 +11,3 @@ COPY generate.sh .
RUN ./generate.sh
RUN cp -r www/* /usr/share/nginx/html/
EXPOSE 80

7
docker-compose.yml Normal file
View file

@ -0,0 +1,7 @@
services:
gyiwr:
build: .
restart: 'always'
ports:
- "42569:80"