#58 Removal of Tracking Script #60

Merged
luke-else merged 3 commits from development into main 2026-08-15 19:10:07 +00:00
Showing only changes of commit 0ec4562e5e - Show all commits
+1
View File
@@ -13,6 +13,7 @@ FROM git.luke-else.co.uk/luke-else/nodejs:latest AS run
WORKDIR /app
COPY --from=build /app/package.json ./package.json
COPY --from=build /app/pnpm-workspace.yaml ./pnpm-workspace.yaml
COPY --from=build /app/.npmrc ./.npmrc
COPY --from=build /app/build ./build
RUN pnpm install --prod