Update Dockerfile

This commit is contained in:
Easy 2022-05-21 00:12:22 +08:00 committed by GitHub
parent af112c230c
commit 6b097973c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -23,5 +23,9 @@ ADD supervisord-clip.conf /opt/docker/etc/supervisor.d/push-clip.conf
ADD larave-cron /etc/cron.d
RUN chmod +x /etc/cron.d/larave-cron
# 配置 https
# 在本目录下创建ssl目录放入证书server.crtserver.key然后去掉下一行的注释
# ADD ssl /app/ssl
EXPOSE 80