Skip to content

Commit

Permalink
feat: docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Licoy committed Sep 3, 2023
1 parent 07e1f66 commit 6d27b57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ WORKDIR /app

RUN apk add proxychains-ng

RUN npm install next -g

COPY --from=build /app/public ./public
COPY --from=build /app/.next/standalone ./
COPY --from=build /app/.next ./.next
Expand Down

0 comments on commit 6d27b57

Please sign in to comment.