diff --git a/Dockerfile b/Dockerfile index ab64903b..f5659140 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,6 @@ RUN chmod +x statup-linux-x64 && mv statup-linux-x64 /usr/local/bin/statup EXPOSE 8080 +VOLUME /app + ENTRYPOINT statup \ No newline at end of file