1
0
forked from noxious/client

Login fix

This commit is contained in:
2025-02-07 20:07:54 +01:00
parent 6ba4c1b843
commit 75c9d5f349
3 changed files with 87 additions and 87 deletions

View File

@ -1,5 +1,5 @@
# Build stage
FROM node:22.4.1-alpine as builder
FROM node:23.7.0-alpine as builder
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm ci