Dockerfiles: Korrektur für Arcane Build
This commit is contained in:
@@ -4,10 +4,10 @@ WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
COPY package.json package-lock.json* ./
|
||||
COPY docker/ui/package.json docker/ui/package-lock.json* ./
|
||||
RUN npm ci 2>/dev/null || npm install
|
||||
|
||||
COPY . .
|
||||
COPY docker/ui/ .
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
|
||||
Reference in New Issue
Block a user