Missing slash

This commit is contained in:
arch-fan
2024-10-09 10:31:07 +02:00
parent f037b71f2b
commit 9a0da09d19

View File

@@ -2,7 +2,7 @@ FROM node:lts AS base
WORKDIR /app WORKDIR /app
FROM base AS deps FROM base AS deps
COPY package*.json . COPY package*.json ./
RUN npm install RUN npm install
FROM base AS build FROM base AS build