Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vpalmisano committed Jan 27, 2025
1 parent bb43316 commit 0fbc84d
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 253 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
#cache: 'yarn'
- name: Cache modules
uses: actions/cache@v4
with:
Expand All @@ -51,7 +51,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-modules-${{ hashFiles('./package.json') }}-
- name: Yarn build
run: yarn install --prefer-offline --frozen-lockfile || yarn install
run: yarn install --prefer-offline --frozen-lockfile

- name: Get package version
id: get_package_version
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ ENTRYPOINT ["/app/entrypoint.sh"]

COPY package.json yarn.lock /app/
ENV PUPPETEER_SKIP_DOWNLOAD=true
RUN yarn install --frozen-lockfile --production || yarn install --production
RUN yarn install --frozen-lockfile --production

COPY scripts /app/scripts/
COPY app.min.js entrypoint.sh /app/
Loading

0 comments on commit 0fbc84d

Please sign in to comment.