oui2 / Dockerfile
BG5's picture
Update Dockerfile
ae6c4e3 verified
raw
history blame contribute delete
443 Bytes
FROM easypanel/easypanel
EXPOSE 9090
# RUN sudo apt install cockpit
# RUN useradd -m -u 1000 user
# USER user
ENV PATH="/home/user/.local/bin:$PATH"
# 添加数据同步脚本
# COPY --chown=user . /app
# EXPOSE 8080
# CMD ["bash", "-c", '"$(curl -L ${GH_PROXY}https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install']
# 启动顺序:1.下载数据 2.启动同步 3.启动应用
# CMD ["sh", "-c", "quick_start.sh"]