docker: entry point change working directory from root to /data

This commit is contained in:
Chris Lu
2021-11-12 17:21:49 -08:00
parent 7bf891c00a
commit 947fe4cc97
6 changed files with 7 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ EXPOSE 7333
RUN mkdir -p /data/filerldb2
VOLUME /data
WORKDIR /data
RUN chmod +x /entrypoint.sh