Skip to content

Commit

Permalink
chore: 🤖 fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hijiki51 committed Oct 12, 2024
1 parent 7ebe306 commit 84ecba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2
rm -rf awscliv2.zip ./aws/
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
WORKDIR /app
COPY --from=builder /app/benchmarker /app/benchmarker
COPY --from=builder /app/bench /app/bench
COPY --from=supervisor /usr/local/bin/isuxportal-supervisor /app/supervisor
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
CMD ["/app/supervisor", "/app/benchmarker"]
CMD ["/app/supervisor", "/app/bench"]

0 comments on commit 84ecba2

Please sign in to comment.