Skip to content

Commit

Permalink
fix: dockerfile syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jycssu-com committed Jun 11, 2024
1 parent bc92bb5 commit 0ebf133
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ FROM node:16-alpine AS builder
WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules
COPY . .
ENV NEXT_PUBLIC_THEGRAPH_API_KEY

RUN yarn build

Expand Down

0 comments on commit 0ebf133

Please sign in to comment.