Skip to content

Commit

Permalink
getting pnpm-lock back so we can try pushing secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
yashb196 committed Oct 8, 2024
1 parent 791f4ee commit 5addea0
Show file tree
Hide file tree
Showing 3 changed files with 11,417 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ node_modules
yarn.lock
.env.local
.env
.env.test
pnpm-lock.yaml
.env.test
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ RUN npm install -g pnpm
# Set the working directory inside the container
WORKDIR /app

# Copy the package.json to the container
COPY package.json ./
# Copy the package.json and pnpm-lock.yaml to the container
COPY package.json pnpm-lock.yaml ./

# Install dependencies using pnpm
RUN pnpm install --frozen-lockfile
Expand Down
Loading

0 comments on commit 5addea0

Please sign in to comment.