Fixed typos

This commit is contained in:
MarcUs7i 2025-03-24 11:20:28 +01:00
parent 8c411f5731
commit 7eeaeec06d
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM node:20-alpine as build
FROM node:20-alpine AS build
WORKDIR /app
COPY package*.json ./
RUN npm ci