Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
luojiyin1987 committed Dec 23, 2024
1 parent 87ad585 commit 8d5788a
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
@@ -1,7 +1,7 @@
# Install dependencies only when needed
FROM node:lts-alpine AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk add --no-cache libc6-compat curl
RUN apk add --no-cache libc6-compat curl git
WORKDIR /app

# Install dependencies based on the preferred package manager
Expand Down

1 comment on commit 8d5788a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for open-hackathon ready!

✅ Preview
https://open-hackathon-3l8erzbln-techquerys-projects.vercel.app

Built with commit 8d5788a.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.