mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2025-12-31 16:30:10 -06:00
added git to docker container
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user