Skip to content

Commit

Permalink
move from pnpm to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Assem-Uber committed Feb 18, 2024
1 parent ae705ff commit 75331be
Show file tree
Hide file tree
Showing 5 changed files with 5,581 additions and 3,662 deletions.
165 changes: 0 additions & 165 deletions .eslintrc.js

This file was deleted.

1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM node:18-alpine AS base

# Install dependencies only when needed
FROM base AS deps
RUN apk --no-cache add git
# 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
WORKDIR /app
Expand Down
Loading

0 comments on commit 75331be

Please sign in to comment.