Update Dockerfile to make self contained image
• Don't include vim swap files • Remove unused path from path environment variable • Add npm build script to just build assets • Have default command be running the deckmaster
parent
1e24bfd78b
commit
c03c64c3a2
@ -1,2 +1,3 @@
|
|||||||
scripts/*
|
./scripts
|
||||||
node_modules/*
|
*.swp
|
||||||
|
./node_modules
|
||||||
|
Loading…
Reference in New Issue