docker compose

pull/1/head
Andriy 2023-01-17 23:19:54 +02:00
parent 9b9f2b350d
commit cf488e3d99
1 changed files with 7 additions and 0 deletions

7
docker-compose.yml Normal file
View File

@ -0,0 +1,7 @@
version: "3"
services:
frontend:
build: .
restart: unless-stopped
ports:
- "127.0.0.1:9013:3000"