Skip to content

Commit

Permalink
Merge pull request #160 from dappforce/deploy/infra-improve-build-spe…
Browse files Browse the repository at this point in the history
…ed-test

Deploy/infra improve build speed test
  • Loading branch information
iv1310 authored Apr 3, 2024
2 parents 9042514 + 778ffdd commit ccff888
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
tags: |
${{ env.image }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max

- name: Move cache
run: |
Expand Down
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine3.16 as builder
FROM node:16-alpine3.16 as dependencies

ARG GH_BACKEND_URL
ARG GH_IPFS_URL
Expand All @@ -16,6 +16,8 @@ COPY package.json yarn.lock* ./

RUN yarn install

FROM dependencies as builder

COPY . .

RUN set -x \
Expand Down

0 comments on commit ccff888

Please sign in to comment.