feat: Сборка и запуск
This commit is contained in:
9
compose.dev.yml
Normal file
9
compose.dev.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
nginx:
|
||||
image: "nginx:1.23.1"
|
||||
ports:
|
||||
- "127.0.0.1:8080:80"
|
||||
volumes:
|
||||
- "./build/html:/usr/share/nginx/html:ro"
|
||||
Reference in New Issue
Block a user