Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
soker90 committed Nov 11, 2022
1 parent 3043135 commit 25ddc21
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 56 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PATH /app/node_modules/.bin:$PATH

COPY package.json package-lock.json ./

RUN npm ci --silent
RUN npm i --legacy-peer-deps --silent

COPY . ./

Expand Down
Loading

1 comment on commit 25ddc21

@vercel
Copy link

@vercel vercel bot commented on 25ddc21 Nov 11, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

arroyo-erp-client – ./

arroyo-erp-client.vercel.app
arroyo-erp-client-soker90.vercel.app
arroyo-erp-client-git-master-soker90.vercel.app

Please sign in to comment.