Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayaan49 authored Aug 8, 2024
1 parent 1347514 commit 9fba2d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front-end-nextjs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ WORKDIR /app
COPY --from=builder /app/.next /app/.next
COPY --from=builder /app/package.json /app/package.json
COPY --from=builder /app/node_modules /app/node_modules
ENV BACKEND_URL=$BACKEND_URL
EXPOSE 3000
CMD ["npm", "start"]

0 comments on commit 9fba2d1

Please sign in to comment.