Closed tepec closed 4 years ago
So, I added a very simple Dockerfile that does the following:
npm install
npm run build
npm start
Here's how to use it:
cd /path/to/this/repo docker build -t voice-chat-bot . docker run -d -v /absolute/host/path/to/saves/:app/saves --restart=always --name=voice-chat-bot voice-chat-bot
So, I added a very simple Dockerfile that does the following:
npm install
andnpm run build
npm start
when a container of this image is ranHere's how to use it: