From 175f23aa519dad6f284be109cfc7edc2e534a1ae Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Wed, 10 Jul 2024 21:16:51 +0200 Subject: [PATCH] ? --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24f87d9..d8c5929 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY package*.json ./ RUN npm install # Copy project files and folders to the current working directory (i.e. 'app' folder) -COPY . . +COPY . /usr/src/app # Build app for production with minification RUN npm run build-ntc