Fix dockerfile and makefile

This commit is contained in:
yusing
2025-02-10 10:05:31 +08:00
parent 0a7b28caf5
commit a59ad97e5e
2 changed files with 4 additions and 5 deletions

View File

@@ -103,9 +103,8 @@ build-docker:
--build-arg MAKE_ARGS="agent=${agent}" \
.
create-docker-entrypoint:
printf '#!/bin/sh\n/app/${NAME}\n' > bin/entrypoint.sh
chmod +x bin/entrypoint.sh
link-binary:
ln -s /app/${NAME} bin/run
# To generate schema