From b1b9d3717c844d5fce717660f3c877048afc81f1 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Thu, 14 Apr 2022 18:53:28 +0100 Subject: [PATCH] fix --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 6ff55590e..06f37f246 100644 --- a/dockerfile +++ b/dockerfile @@ -10,7 +10,7 @@ FROM node:14.15.0 as build ENV NODE_ENV=production -Set the working directory +# Set the working directory WORKDIR /usr/local/app