This commit is contained in:
skiffer-git 2024-04-23 14:06:34 +08:00
parent 19b8824d20
commit ac94ede57f

View File

@ -46,4 +46,4 @@ COPY --from=builder $SERVER_DIR/go.sum $SERVER_DIR/
VOLUME ["$SERVER_DIR/config", "$SERVER_DIR/_output/logs"]
# Set the command to run when the container starts
ENTRYPOINT ["sh", "-c", "mage start && tail -f /dev/null"]
ENTRYPOINT ["sh", "-c", "mage start"]