This commit is contained in:
Dennis Postma 2024-07-10 21:16:51 +02:00
parent b0ebaafc3b
commit 175f23aa51

View File

@ -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