ci(docker): updated docker to correctly build and run
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: lst
|
||||
ports:
|
||||
- "${VITE_PORT:-4200}:4200"
|
||||
environment:
|
||||
- NODE_ENV=devolpment
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user