Fix Docker build
node:lts seems to be bugged, npm binary does not work right
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user