PLEASE END THIS

This commit is contained in:
TDLaouer 2025-07-14 01:50:05 +02:00
parent 1b97d86430
commit a64dfc6bd3

View File

@ -9,6 +9,7 @@ FROM base as build
WORKDIR /app
COPY package*.json ./
COPY ecosystem.config.cjs ./
RUN yarn
@ -20,7 +21,9 @@ FROM base
RUN npm install -g pm2
COPY --from=build .output ecosystem.config.cjs .
COPY --from=build /app/.output /app/.output
COPY --from=build /app/ecosystem.config.cjs /app/ecosystem.config.cjs
ENV PORT=3001
ENV HOST=0.0.0.0