Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ycryptx committed Nov 27, 2023
1 parent 519b284 commit 96ca70c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ COPY --from=builder /app/sequencer/bundle ./sequencer/bundle
COPY --from=builder /app/sequencer/package.json ./sequencer/
COPY --from=builder /app/sequencer/proto/protoset.bin ./sequencer/proto/
COPY --from=builder /app/sequencer/preprocessed ./sequencer/preprocessed
COPY --from=builder /app/sequencer/data ./sequencer/data
COPY --from=builder /app/rollup/build ./rollup/build
COPY --from=builder /app/rollup/package.json ./rollup/
COPY ./package.json ./yarn.lock ./tsconfig.json ./
Expand Down

0 comments on commit 96ca70c

Please sign in to comment.