Commit f0eff855 authored by Donald Haase's avatar Donald Haase
Browse files

Adding docker file and updating the package.json start-local to the final sequence of commands

parent 2a29d8a1
version: "2"
services:
node:
image: "node:16"
user: "root"
working_dir: /home/node/app
environment:
- NODE_ENV=production
volumes:
- ./:/home/node/app
ports:
- "3000:3000"
command: "npm start:local"
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment