Skip to content

Commit

Permalink
feat: 🎸 调整构建镜像
Browse files Browse the repository at this point in the history
  • Loading branch information
danni-cool committed Jun 28, 2024
1 parent 2b25539 commit fb683cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN wget -O /home/docker/WeChatSetup-3.9.2.23.exe https://github.com/tom-snow/we
COPY linux/.fluxbox /home/docker/.fluxbox

# Add supervisor conf
# COPY linux/conf.d/* /etc/supervisor/conf.d/
COPY linux/conf.d/* /etc/supervisor/conf.d/

# Add entrypoint.sh
COPY linux/sh/entrypoint.sh /etc/entrypoint.sh
Expand Down
8 changes: 4 additions & 4 deletions linux/conf.d/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ command=/usr/sbin/sshd -Ddp 22
user=root
autorestart=true

[program:frida]
command=/usr/bin/wine /home/docker/fs.exe -l 0.0.0.0
user=docker
autorestart=true
# [program:frida]
# command=/usr/bin/wine /home/docker/fs.exe -l 0.0.0.0
# user=docker
# autorestart=true
6 changes: 3 additions & 3 deletions linux/conf.d/wechat-monitor.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[program:wechat-monitor]
command=wechat-monitor
autorestart=true
# [program:wechat-monitor]
# command=wechat-monitor
# autorestart=true

0 comments on commit fb683cd

Please sign in to comment.