Compare commits

..

No commits in common. "f49a1d3bc7ea43e34db77d638d93f5aed313fb11" and "5c49dc346cd03321b546edaac0f3376e3f14559a" have entirely different histories.

View File

@ -1,4 +1,4 @@
FROM node:21 AS builder FROM node:20 AS builder
COPY . /src COPY . /src
WORKDIR /src WORKDIR /src