add dockerfile
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
whisper-app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
ports:
|
||||
- "8899:8899"
|
||||
volumes:
|
||||
- ".:/opt/workspace"
|
||||
- "/node_modules"
|
||||
entrypoint: yarn start --port 8899
|
||||
Reference in New Issue
Block a user