aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index bf50ea0..e4f6b1b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,9 @@
FROM node:20-slim as base
+RUN apt-get update && \
+ apt-get install -y git && \
+ apt-get clean
+
ENV NODE_ENV=production
WORKDIR /src