mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-19 14:41:33 +08:00
fix: ensure copy endwith "/"
This commit is contained in:
parent
0050e31af2
commit
55003e1679
@ -2,7 +2,7 @@ FROM mlikiowa/napcat-docker:base
|
|||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
COPY NapCat.Shell.zip entrypoint.sh .
|
COPY NapCat.Shell.zip entrypoint.sh ./
|
||||||
|
|
||||||
# 设置时区
|
# 设置时区
|
||||||
ENV TZ=Asia/Shanghai
|
ENV TZ=Asia/Shanghai
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user