Skip to content

Commit

Permalink
mfw?
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptofyre authored Aug 9, 2024
1 parent 841091e commit 59af825
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ WORKDIR /usr/src/app
# Install FFmpeg
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

# Copy package.json and yarn.lock
COPY package.json yarn.lock ./

# Install dependencies using Yarn
RUN yarn install

Expand Down

0 comments on commit 59af825

Please sign in to comment.