Added more stuff to dockerignore
This commit is contained in:
parent
f1062f1405
commit
1882e33c15
|
@ -1 +1,22 @@
|
|||
node_modules
|
||||
.DS_Store
|
||||
node_modules/
|
||||
dist/
|
||||
npm-debug.log
|
||||
test/unit/coverage
|
||||
test/e2e/reports
|
||||
selenium-debug.log
|
||||
.idea/
|
||||
ptinvites.json
|
||||
db.sqlite
|
||||
.tmp
|
||||
.vscode
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
||||
.github
|
||||
public/config.json
|
|
@ -1,4 +1,3 @@
|
|||
#!/bin/sh
|
||||
echo "Testtt"
|
||||
./config/clisaveconfig.js
|
||||
NODE_PATH=$(npm root --quiet -g) ./config/clisaveconfig.js
|
||||
exec syncloungesocket --static_path dist
|
Loading…
Reference in New Issue