Skip to content

Commit 432bae8

Browse files
committed
fix: build order
1 parent 34772cd commit 432bae8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ WORKDIR /usecase
1212

1313
USER root
1414

15-
RUN forge build
16-
1715
RUN npm install
16+
RUN forge build
1817
RUN npx hardhat compile
1918

2019
FROM cgr.dev/chainguard/busybox:latest

0 commit comments

Comments
 (0)