Skip to content

Commit

Permalink
[be] chore: Update to use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
helloitsdave committed Jun 3, 2024
1 parent 05f7b52 commit 4e9ba2c
Show file tree
Hide file tree
Showing 2 changed files with 4,700 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apk add --no-cache bash
WORKDIR /usr/src/app

# Copy package.json and package-lock.json to the working directory
COPY package*.json ./
COPY package.json yarn.lock ./

# Install the application dependencies
RUN yarn
Expand Down
Loading

0 comments on commit 4e9ba2c

Please sign in to comment.