start.sh chmod +x

This commit is contained in:
leo
2023-12-31 18:04:35 +08:00
parent c3b1983b30
commit 6b7bef0861

View File

@@ -8,4 +8,6 @@ COPY . /app
WORKDIR /app WORKDIR /app
CMD ["/app/start.sh"] RUN chmod +x ./start.sh
CMD ["./start.sh"]