Skip to content

Commit

Permalink
Merge pull request #448 from zhullyb/for-merge
Browse files Browse the repository at this point in the history
fix for github action
  • Loading branch information
ddiu8081 authored Nov 13, 2023
2 parents 75b6d5b + 7d67d9b commit df594c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: latest

- name: Set node
uses: actions/setup-node@v3
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM node:alpine as builder
WORKDIR /usr/src
RUN npm install -g pnpm
COPY package.json pnpm-lock.yaml ./
RUN pnpm install
COPY . .
RUN pnpm install
RUN pnpm run build

FROM node:alpine
Expand Down

1 comment on commit df594c9

@vercel
Copy link

@vercel vercel bot commented on df594c9 Nov 13, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.