From fca9803d0c3c1d8b607a81041060b91d3c7361c3 Mon Sep 17 00:00:00 2001 From: Wingy Date: Tue, 3 Nov 2020 20:29:09 -0500 Subject: [PATCH] broke docker --- Dockerfile | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {