mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-19 22:52:10 +08:00
feat: declare volume #17
This commit is contained in:
parent
6db093c7f8
commit
c934e2dd45
@ -16,5 +16,8 @@ RUN rarch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/x64/) && \
|
|||||||
chmod +x napcat/napcat.sh && \
|
chmod +x napcat/napcat.sh && \
|
||||||
chmod +x entrypoint.sh
|
chmod +x entrypoint.sh
|
||||||
|
|
||||||
|
VOLUME /usr/src/app/napcat/config
|
||||||
|
VOLUME /root/.config/QQ
|
||||||
|
|
||||||
ENTRYPOINT ["bash", "entrypoint.sh"]
|
ENTRYPOINT ["bash", "entrypoint.sh"]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user