(fix)(build) Add sequential execution to Docker Compose and modify active to prd (#1332)

This commit is contained in:
lexluo09
2024-07-02 21:15:41 +08:00
committed by GitHub
parent 9cd352f146
commit 20aa0bc0a9
4 changed files with 40 additions and 22 deletions

View File

@@ -26,4 +26,4 @@ WORKDIR /usr/src/app/supersonic-standalone-${SUPERSONIC_VERSION}
EXPOSE 9080
# Command to run the supersonic daemon
RUN chmod +x bin/supersonic-daemon.sh
CMD ["bash", "-c", "bin/supersonic-daemon.sh restart prd && tail -f /dev/null"]
CMD ["bash", "-c", "bin/supersonic-daemon.sh restart standalone prd && tail -f /dev/null"]