Skip to content

Commit

Permalink
my patience is running thin.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptofyre authored Aug 9, 2024
1 parent b6f06c9 commit 32c2902
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ RUN apk add --update-cache ffmpeg make gcc g++ python3
# Copy package.json and yarn.lock
COPY package.json yarn.lock ./

# Enable Corepack
RUN corepack enable

# Install dependencies using Yarn
RUN yarn install
RUN npm install

# Copy the rest of the application code
COPY . .
Expand Down

0 comments on commit 32c2902

Please sign in to comment.