Skip to content

Commit

Permalink
chore(ci): add bash scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
leventdem committed Oct 11, 2024
1 parent 04a0ad6 commit f8a6423
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion operations/docker/ci.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ COPY tasks ./tasks/
COPY gateway ./gateway/
COPY *.sh ./
COPY *.ts ./
COPY tsconfig.json ./
COPY tsconfig.json ./
COPY precompute-addresses.sh ./
COPY launch-fhevm* ./
2 changes: 2 additions & 0 deletions operations/docker/dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ COPY lib ./lib/
COPY tasks ./tasks/
COPY gateway ./gateway/
COPY *.sh ./
COPY precompute-addresses.sh ./
COPY launch-fhevm.sh ./
COPY *.ts ./
COPY tsconfig.json ./

Expand Down

0 comments on commit f8a6423

Please sign in to comment.