Erster Commit - statisch siehts schon gut aus
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
beoanswer_rect:
|
||||
build: .
|
||||
ports:
|
||||
- "5173:5173"
|
||||
volumes:
|
||||
- .:/app # Source-Code in Container mounten
|
||||
- /app/node_modules # node_modules im Container behalten
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
command: ["npm", "run", "dev", "--", "--host"]
|
||||
|
||||
Reference in New Issue
Block a user