Compare commits

..

No commits in common. "78d733ace6d723744d2400374883fe092207eaaf" and "e7a6739882a5f8888184425b76a98b090cf8b4b0" have entirely different histories.

View File

@ -1,6 +1,8 @@
# For Build
FROM node:22-slim as builder
RUN apt-get update && apt-get install -y git
WORKDIR /app
COPY package.json ./
@ -15,8 +17,6 @@ RUN npm run build
# For Run
FROM node:22-slim
RUN apt-get update && apt-get install -y git
WORKDIR /app
COPY ./articles ./articles