diff --git a/.dockerignore b/.dockerignore index b512c09d..077c56bc 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,22 @@ -node_modules \ No newline at end of file +.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 \ No newline at end of file diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 2a663b91..1ff0e3a0 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -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 \ No newline at end of file