Skip to content

Commit

Permalink
chore(snackager): depend on node image provided yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jul 11, 2024
1 parent 80ffe02 commit 2daeeef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions snackager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ RUN yarn turbo build --filter "{./snackager}^..."
WORKDIR /app/snackager
CMD ["yarn", "start"]

# Install yarn globally
RUN npm install --global yarn@^1.22.22


# --- Deploy - Prepare Snackager for production
FROM base as deploy
Expand Down

0 comments on commit 2daeeef

Please sign in to comment.