chore(dockerfile): install git in final image so the app can use it
+ 2
- 0
@@ -53,6 +53,8 @@ ENV PORT=${PORT}
 ARG HOST="0.0.0.0"
 ENV HOST=${HOST}
 
+RUN apt-get update && apt-get install git -y
+
 WORKDIR /app
 
 #                   [builder tree]              [base tree]