See the instructions here
npm install
DEBUG=BasilAppBackEnd:* npm start
or
node app.js
docker build -t basil-backend .
docker run -d -p 3000:3000 \
--restart=unless-stopped \
--name basil-backend \
basil-backend
See the instructions here
npm install
DEBUG=BasilAppBackEnd:* npm start
or
node app.js
docker build -t basil-backend .
docker run -d -p 3000:3000 \
--restart=unless-stopped \
--name basil-backend \
basil-backend