Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

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 2410951 commit ef53362
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ COPY linux/conf.d/* /etc/supervisor/conf.d/
# Add entrypoint.sh
COPY linux/sh/entrypoint.sh /etc/entrypoint.sh

RUN wineboot --init && Xvfb :0 -screen 0 1024x768x16 &

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

# Expose Port
Expand Down

0 comments on commit ef53362

Please sign in to comment.