pull/2202/head
skiffer-git 1 year ago
parent 19b8824d20
commit ac94ede57f

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

Loading…
Cancel
Save