Skip to content

Commit

Permalink
ci: fix docker next-tavla
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBrevig committed May 23, 2024
1 parent f0938f0 commit 039c4f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions next-tavla/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ RUN apk add --update nodejs && \
FROM base AS deps
WORKDIR /app

COPY next-tavla ./
COPY . .

COPY next-tavla/yarn.lock ./
RUN yarn

FROM deps AS builder
Expand Down

0 comments on commit 039c4f3

Please sign in to comment.