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

@@ -48,6 +48,7 @@ EXPOSE 7333
RUN mkdir -p /data/filerldb2
VOLUME /data
WORKDIR /data
COPY filer.toml /etc/seaweedfs/filer.toml
COPY entrypoint.sh /entrypoint.sh