Changed Node Image for Coolify

This commit is contained in:
pelpanagiotis
2026-04-27 22:56:44 +03:00
parent 50be1cdf35
commit 0ae97fdb3a
19 changed files with 142 additions and 44 deletions

View File

@@ -7,7 +7,7 @@
ARG NEEDLE_APP=MenuScene
FROM node:22-alpine AS builder
FROM node:22 AS builder
ARG NEEDLE_APP
WORKDIR /src