This commit is contained in:
Your Name
2024-11-29 10:01:50 +05:00
parent d52919b4c4
commit 3141f78530
2 changed files with 4 additions and 17 deletions

View File

@ -8,7 +8,7 @@ ENV LC_ALL en_US.UTF-8
ENV XYZ 1024x768x16
ENV TZ "Asia/Shanghai"
ENV VNC_PW "484"
#ENV VNC_PW "484"
ENV DISPLAY :0
@ -56,8 +56,8 @@ RUN apt-get upgrade --yes && \
# 容器里超级进程管理和配置文件
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY myrun /usr/bin/myrun
RUN chmod +x /usr/bin/myrun
#COPY myrun /usr/bin/myrun
#RUN chmod +x /usr/bin/myrun
# 开放VNC端口和noVNC端口
# EXPOSE 5900