Compare commits
No commits in common. "78d733ace6d723744d2400374883fe092207eaaf" and "e7a6739882a5f8888184425b76a98b090cf8b4b0" have entirely different histories.
78d733ace6
...
e7a6739882
|
@ -1,6 +1,8 @@
|
||||||
# For Build
|
# For Build
|
||||||
FROM node:22-slim as builder
|
FROM node:22-slim as builder
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y git
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
|
@ -15,8 +17,6 @@ RUN npm run build
|
||||||
# For Run
|
# For Run
|
||||||
FROM node:22-slim
|
FROM node:22-slim
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y git
|
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY ./articles ./articles
|
COPY ./articles ./articles
|
||||||
|
|
Loading…
Reference in New Issue
Block a user