fix: v0.1.2
All checks were successful
/ build ushare (push) Successful in 3s
/ clean (push) Successful in 1s

This commit is contained in:
loveuer 2025-05-11 10:15:31 +08:00
parent 9eed7ecaca
commit baa3098253

View File

@ -32,4 +32,4 @@ COPY deployment/nginx.conf /etc/nginx/conf.d
EXPOSE 80
# 启动服务
CMD sh -c "ushare & nginx -g 'daemon off;'"
CMD ["sh", "-c", "ushare & nginx -g 'daemon off;'"]