feat: declare volume #17

This commit is contained in:
WWWw 2024-05-13 11:10:55 +08:00 committed by GitHub
parent 6db093c7f8
commit c934e2dd45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"]