From 6c7c34be0980b8c24dd592447b3ee2864133c1cd Mon Sep 17 00:00:00 2001 From: mdnapo Date: Sat, 19 Oct 2024 14:49:29 +0200 Subject: [PATCH] Trying full path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6190552..f4a0576 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG API_URL="https://api.jtr.local" ENV JTR_API_URL=${API_URL} ENV NODE_ENV="production" RUN npm install -RUN node_modules/.bin/ng build --prod +RUN /app/node_modules/.bin/ng build --prod # RUN npm run build # Serve application