From f018e621639b0d5653ab0b329422185f49c31ab5 Mon Sep 17 00:00:00 2001 From: ThompsonNye Date: Tue, 22 Jul 2025 21:12:50 +0200 Subject: [PATCH] Fix Docker build node:lts seems to be bugged, npm binary does not work right --- src/Vegasco-Web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vegasco-Web/Dockerfile b/src/Vegasco-Web/Dockerfile index 7a66bc5..5ee1157 100644 --- a/src/Vegasco-Web/Dockerfile +++ b/src/Vegasco-Web/Dockerfile @@ -1,4 +1,4 @@ -FROM node:lts AS build +FROM node:latest AS build RUN npm install -g pnpm ARG CONFIGURATION=development WORKDIR /usr/local/app