Skip to content

Commit

Permalink
fix build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
ewfian committed Jun 5, 2023
1 parent 2cc6e05 commit 1b8ca05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, windows-latest, ubuntu-latest]
runs-on: ${{ matrix.platform }}
Expand Down
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ RUN apk add --update libc6-compat

WORKDIR /usr/src/packages

# Copy root package.json and lockfile
# Copy root package.json
COPY package.json ./
COPY yarn.lock ./
# Conditonal copy lockfile
COPY yarn.loc[k] ./

# Copy components package.json
COPY packages/components/package.json ./packages/components/package.json
Expand Down

0 comments on commit 1b8ca05

Please sign in to comment.