add dockercompose file for static serving
This commit is contained in:
parent
761f3c6e0e
commit
3f53ff195d
1 changed files with 9 additions and 0 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
nginx:
|
||||
image: nginx
|
||||
container_name: art.ag-link.xyz
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- dist/website:/usr/share/nginx/html:ro
|
Loading…
Reference in a new issue