mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-05-19 08:00:30 +00:00
chang to node lts and correct json structure
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
# Step 1: Build stage
|
# Step 1: Build stage
|
||||||
FROM node:22-alpine3.21 AS build
|
FROM node:lts-alpine AS build
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|||||||
Reference in New Issue
Block a user