docker version fix

This commit is contained in:
2025-05-27 15:01:07 +02:00
parent f674c19a67
commit 81575e401d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Build stage
FROM node:18-alpine as build
FROM node:18-alpine AS build
WORKDIR /app