Browse Source

Merge pull request #1045 from wqh0109663/master

fix docker entrypoint
master
Jianglang GitHub 1 year ago
parent
commit
024a50d642
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docker/Dockerfile.alpine.latest

+ 1
- 1
docker/Dockerfile.alpine.latest View File

@@ -26,4 +26,4 @@ RUN chmod +x /entrypoint.sh \

USER noroot

ENTRYPOINT ["docker/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

Loading…
Cancel
Save