Skip to content

Commit

Permalink
chore: clean dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jycssu-com committed Jun 12, 2024
1 parent 2b39e3d commit ab4e3d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ FROM node:16-alpine AS builder
WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules
COPY . .
ARG NEXT_PUBLIC_THEGRAPH_API_KEY
ENV NEXT_PUBLIC_THEGRAPH_API_KEY ${NEXT_PUBLIC_THEGRAPH_API_KEY}

RUN yarn build

Expand Down

0 comments on commit ab4e3d2

Please sign in to comment.