From 48d6c137ef4aa6c62448044761c7bd362621413d Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 5 Mar 2021 16:19:25 +0100 Subject: [PATCH] Fix typo --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 1f9bd88..abeb3c4 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -17,7 +17,7 @@ ENV LANG en_US.UTF-8 # Install script COPY . INSTALL_NODB.sh RUN chmod +x INSTALL_NODB.sh -RUN INSTALL_NODB.sh +RUN ./INSTALL_NODB.sh # Supervisord Setup RUN ( \