Skip to content

Commit

Permalink
refactor: change sealos to devbox
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Oct 11, 2024
1 parent b96836b commit d9829b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OS/debian-ssh/12.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN chmod +x /usr/start/startup.sh && \
chown -R devbox:devbox /home/devbox/.ssh && \
chmod -R 770 /home/devbox/.ssh

USER sealos
USER devbox
COPY /OS/debian-ssh/project /home/devbox/project
RUN sudo chown -R devbox:devbox /home/devbox/project && \
sudo chmod -R 777 /home/devbox/project
Expand Down

0 comments on commit d9829b8

Please sign in to comment.