mirror of
https://github.com/dyzulk/raisen-app.git
synced 2026-01-26 21:32:03 +07:00
first commit
This commit is contained in:
11
vendor/template/docker-compose.yml
vendored
Normal file
11
vendor/template/docker-compose.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
version: "3"
|
||||
services:
|
||||
admin:
|
||||
build: .
|
||||
command: npm run dev
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 3001:3001
|
||||
volumes:
|
||||
- .:/code
|
||||
- /code/node_modules
|
||||
Reference in New Issue
Block a user