diff --git a/Dockerfile b/Dockerfile index ebf172a..7e2ab46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ ENV SESSION_STORE /data/sessions ENV SECRET_DIRNAME /data -CMD Dockerstart.sh \ No newline at end of file +CMD ./Dockerstart.sh \ No newline at end of file diff --git a/package.json b/package.json index 2478bac..387d613 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "christmas-community", - "version": "1.17.0", + "version": "1.17.1", "description": "Christmas lists for communities", "main": "main.js", "scripts": {