优化部署脚本
continuous-integration/drone/push Build is failing Details

main
franktrue 3 years ago
parent c3fe7e41a2
commit d746fe5a7b

@ -7,7 +7,7 @@ RUN apk update && apk add --no-cache bash supervisor
RUN adduser -S -D -H -h /app -s /sbin/nologin -u 1000 app RUN adduser -S -D -H -h /app -s /sbin/nologin -u 1000 app
RUN chown -R app /app RUN chown -R app /app
ADD server /app/server ADD api2gpt-mid /app/server
ADD work.ini /etc/supervisor.d/ ADD work.ini /etc/supervisor.d/
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"] CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"]
Loading…
Cancel
Save