Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Sep 5, 2023
1 parent 429a52f commit cf46ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM node:18-alpine
RUN yarn set version stable

RUN apk update && apk add --no-cache bash
RUN yarn set version stable
WORKDIR /app
COPY package.json yarn.lock ./
COPY package.json yarn.lock .yarnrc.yml ./
RUN yarn install
COPY . .

Expand Down

0 comments on commit cf46ca0

Please sign in to comment.