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 8395dac commit 7142d3d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ RUN apk add --no-cache libc6-compat curl
WORKDIR /app

# Install dependencies based on the preferred package manager
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* .npmrc .env ./

RUN export $(cat /app/.env | xargs) && echo $MY_VAR > /output.txt
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* .env ./
COPY /etc/secrets/.npmrc ./



Expand Down

1 comment on commit 7142d3d

@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-8nsati9te-techquerys-projects.vercel.app

Built with commit 7142d3d.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.