fix: ensure copy endwith "/"

This commit is contained in:
WWWw 2024-08-12 18:11:52 +08:00 committed by GitHub
parent 0050e31af2
commit 55003e1679
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ FROM mlikiowa/napcat-docker:base
WORKDIR /usr/src/app
COPY NapCat.Shell.zip entrypoint.sh .
COPY NapCat.Shell.zip entrypoint.sh ./
# 设置时区
ENV TZ=Asia/Shanghai