test
This commit is contained in:
parent
9805c18dd5
commit
c9e51c86ba
@ -1,9 +1,10 @@
|
||||
# Stage 1: Build (Erstellung des Produktionsbundles)
|
||||
FROM node:20-alpine AS build
|
||||
|
||||
|
||||
# Setze das Arbeitsverzeichnis
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
test
|
||||
# Kopiere package.json und package-lock.json und installiere die Abhängigkeiten
|
||||
COPY package.json ./
|
||||
RUN npm install --force && npm cache clean --force
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user