Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanLyon committed Aug 5, 2023
1 parent 3ccd9d7 commit 0823e07
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/nextjs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ ENV PORT 3000
WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules
COPY --from=deps /app/package.json ./package.json
COPY dist/apps/nextjs/public ./public
COPY dist/apps/nextjs/.next ./.next
COPY dist/apps/nextjs/next.config.js ./next.config.js
COPY dist/apps/nextjs/with-nx.js ./with-nx.js
COPY dist/apps/nextjs/ ./
# RUN chown -R node:node .
# USER node
EXPOSE 3000
Expand Down

0 comments on commit 0823e07

Please sign in to comment.