From ae23fb4231295aca98159e0ae3c827e5f0c488ec Mon Sep 17 00:00:00 2001 From: FLYBYME Date: Tue, 17 Oct 2023 21:01:55 -0400 Subject: [PATCH] git missing? --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 17af671..292d0bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM node:18-alpine ENV NODE_ENV=production +RUN apk add --no-cache git RUN mkdir /app WORKDIR /app