added git to docker container

This commit is contained in:
biersoeckli
2024-11-26 09:13:37 +01:00
parent 6e3bc48071
commit 2c13b07726

View File

@@ -34,6 +34,8 @@ ENV NODE_ENV production
# Uncomment the following line in case you want to disable telemetry during runtime.
# ENV NEXT_TELEMETRY_DISABLED 1
RUN apk add --no-cache git
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs