Vite migration
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
frontend:
|
||||
build:
|
||||
context: ./
|
||||
network: host
|
||||
env_file: .env
|
||||
image: sensor-web-v2
|
||||
ports:
|
||||
- 3000:3000
|
||||
restart: unless-stopped
|
||||
container_name: sensor-web-v2
|
||||
Reference in New Issue
Block a user