Skip to content

Commit

Permalink
chore: Update Rust Dockerfile formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Oct 9, 2024
1 parent b472f48 commit f82b4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Language/rust/1.81.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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

USER sealos
ENV PATH="/home/sealos/.cargo/bin:${PATH}"
RUN cd /home/sealos/project && \
Expand Down

0 comments on commit f82b4d1

Please sign in to comment.