Skip to content

Commit

Permalink
Revert "Update dockerfile"
Browse files Browse the repository at this point in the history
This reverts commit dc27166.
  • Loading branch information
barbara-chaves committed Sep 27, 2023
1 parent dc27166 commit 6e50534
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ENV NEXT_TELEMETRY_DISABLED 1

WORKDIR /app
COPY .yarn ./.yarn
COPY public ./public
COPY package.json .yarnrc.yml yarn.lock .prettierrc.js ./

WORKDIR /app/client
Expand All @@ -33,7 +32,6 @@ RUN adduser --system --uid 1001 nextjs
COPY --from=build --chown=nextjs:nodejs /app/client/.next ./.next
COPY --from=build --chown=nextjs:nodejs /app/client/entrypoint.sh ./entrypoint.sh
COPY --from=build /app/node_modules ./node_modules
COPY --from=build /app/public ./public
COPY --from=build /app/client/package.json ./package.json

USER nextjs
Expand Down

0 comments on commit 6e50534

Please sign in to comment.