add docker compose and remove useless port
This commit is contained in:
parent
87ef128712
commit
ca0817ae99
2 changed files with 7 additions and 1 deletions
|
@ -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
7
docker-compose.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
services:
|
||||
gyiwr:
|
||||
build: .
|
||||
restart: 'always'
|
||||
ports:
|
||||
- "42569:80"
|
||||
|
Loading…
Add table
Reference in a new issue