Skip to content

Commit

Permalink
do not copy .env file into container image
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Reck committed Mar 28, 2024
1 parent f1a8a25 commit 84bf2c1
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 @@ -23,7 +23,6 @@ COPY pages ./pages
COPY prisma ./prisma
COPY public ./public
COPY .eslintrc.json next.config.js package-lock.json package.json tsconfig.json ./
COPY .env.development.docker.local ./.env
RUN npm run prismagenerate
RUN npm run build

Expand Down

0 comments on commit 84bf2c1

Please sign in to comment.