remove volume

This commit is contained in:
2019-07-16 22:38:31 +08:00
Unverified
parent 4089a50eef
commit 4de298eb20
+1 -1
View File
@@ -34,5 +34,5 @@ RUN cp -rf /taiko-web/docker/taiko-web-nginx.conf /etc/nginx/conf.d/ && \
#info
EXPOSE 80
VOLUME [ "/taiko-web/public/songs" ]
# VOLUME [ "/taiko-web/public/songs" ]
CMD [ "/taiko-web/docker/entrypoint.sh" ]