Files
lst/docker-compose.yml

12 lines
262 B
YAML

services:
app:
build:
context: .
dockerfile: Dockerfile
container_name: lst
ports:
- "${VITE_PORT:-4200}:4200"
environment:
- NODE_ENV=devolpment
restart: unless-stopped