fix: Corrected duplicated build stage in dockerfile #50

Merged
luke-else merged 1 commits from chore/base-image into development 2025-08-01 19:32:47 +00:00
Showing only changes of commit fe36594189 - Show all commits

View File

@@ -9,7 +9,7 @@ COPY . .
RUN pnpm install
RUN pnpm run build
FROM git.luke-else.co.uk/luke-else/nodejs:latest AS build
FROM git.luke-else.co.uk/luke-else/nodejs:latest AS run
WORKDIR /app
COPY --from=build /app/package.json ./package.json