Compare commits

..

No commits in common. "e7a6739882a5f8888184425b76a98b090cf8b4b0" and "9b7d5da439eb452167a55c4907846ff87087d09f" have entirely different histories.

View File

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