Skip to content

Commit

Permalink
chore: Update Dockerfile to grant execute permission to entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Sep 18, 2024
1 parent 9ea1256 commit db791e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Language/rust/1.81.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ RUN apt-get update && \
chown -R sealos:sealos /home/sealos/project && \
chmod -R u+rw /home/sealos/project && \
chmod -R +x /home/sealos/project/entrypoint.sh

RUN mkdir /root/.sealos
2 changes: 1 addition & 1 deletion Language/rust/project/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
cargo run
cargo build && cargo run

0 comments on commit db791e6

Please sign in to comment.