Skip to content

Commit

Permalink
fix: remove git copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed Jan 19, 2025
1 parent 68bac02 commit ac3f58d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ FROM node:20-bullseye as builder
WORKDIR /app
COPY --from=installer /app/node_modules/ /app/node_modules
COPY . .
COPY .git ./.git
ENV NEXT_TELEMETRY_DISABLED 1

ARG NEXT_PUBLIC_GA_ID
Expand Down

0 comments on commit ac3f58d

Please sign in to comment.