From 355dabf439e79456b54696d308df54eb572a3955 Mon Sep 17 00:00:00 2001 From: DTieman Date: Mon, 27 May 2024 20:47:30 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 7642da7..7ec4160 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ # Create a production build of the app FROM node:16.9.1 as build +WORKDIR /var/www/mau-mau.nl + COPY . . RUN npm install --silent