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