Skip to content

Commit

Permalink
Update docker tests for yarn4
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Nov 8, 2023
1 parent faeb1c5 commit 6eeb869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ RUN apk add make git build-base dumb-init yarn
COPY Makefile .
COPY frontend/package.json frontend/package.json
COPY frontend/.yarnrc.yml frontend/.yarnrc.yml
COPY frontend/yarn.lock yarn.lock
COPY frontend/yarn.lock frontend/yarn.lock
COPY frontend/.yarn frontend/.yarn
RUN cd frontend && yarn install --immutable
COPY go.mod go.sum ./
RUN go mod download
Expand Down

0 comments on commit 6eeb869

Please sign in to comment.