Skip to content

Commit

Permalink
Fix semver.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecao committed Oct 20, 2023
1 parent c672c2d commit a106098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs

RUN yarn add npm-run-all dotenv prisma
RUN yarn add npm-run-all dotenv prisma semver

# You only need to copy next.config.js if you are NOT using the default configuration
COPY --from=builder /app/next.config.js .
Expand Down

0 comments on commit a106098

Please sign in to comment.