adjust docker builds

This commit is contained in:
Chris Lu
2018-12-27 15:15:33 -08:00
parent 68028ee876
commit 13715fb851
2 changed files with 2 additions and 1 deletions

View File

@@ -25,5 +25,6 @@ VOLUME /data
COPY filer.toml /etc/seaweedfs/filer.toml
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
RUN mkdir -p /data/filerdb
ENTRYPOINT ["/entrypoint.sh"]