Archived
1

feat: Сборка и запуск

This commit is contained in:
2024-05-20 17:54:32 +03:00
parent dbe96ea852
commit 0b251c39a6
19 changed files with 372 additions and 0 deletions

9
compose.dev.yml Normal file
View 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"