Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e7a6739882 | ||
|
|
119686d898 | ||
|
|
96610e2b66 |
@@ -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 ./
|
||||||
|
|||||||
Reference in New Issue
Block a user