Remove test line from Dockerfile
This commit is contained in:
parent
c9e51c86ba
commit
a67758a7d9
@ -4,7 +4,7 @@ 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