Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ternaus committed Nov 15, 2024
1 parent 43feb4f commit cf53a9a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions website/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ ENV YARN_CACHE_FOLDER=/home/node/.cache/yarn
# Copy package files with correct ownership
COPY --chown=node:node website/package.json website/yarn.lock ./

# Setup Yarn
RUN corepack enable
RUN yarn set version 4.5.1

# Install dependencies
RUN yarn install

Expand Down

0 comments on commit cf53a9a

Please sign in to comment.