Skip to content

Commit

Permalink
feat(ci): fix build static files in Dockerfile (#165)
Browse files Browse the repository at this point in the history
Co-authored-by: Ilya Egorov <ilya.e@ton.org>
  • Loading branch information
Mobyman and Ilya Egorov authored Nov 21, 2024
1 parent e45d3da commit a3117f1
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 @@ -18,7 +18,9 @@ RUN NEXT_PUBLIC_PROXY_KEY=${NEXT_PUBLIC_PROXY_KEY} \
FROM node:21-alpine AS runtime

WORKDIR /app

COPY --from=build /app/.next ./.next
COPY --from=build /app/public ./public
COPY package*.json ./

RUN npm install
Expand Down

0 comments on commit a3117f1

Please sign in to comment.