Skip to content

Commit

Permalink
feat: 🎸 尝试修复权限问题
Browse files Browse the repository at this point in the history
  • Loading branch information
danni-cool committed Jun 29, 2024
1 parent b362e4d commit af11345
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ COPY linux/.fluxbox /home/docker/.fluxbox
COPY linux/conf.d/* /etc/supervisor/conf.d/
COPY linux/sh/entrypoint.sh /etc/entrypoint.sh


RUN chmod +x /etc/entrypoint.sh

ENTRYPOINT ["/bin/bash","/etc/entrypoint.sh"]

EXPOSE 8080 22 3001

0 comments on commit af11345

Please sign in to comment.