diff --git a/Dockerfile b/Dockerfile index d926989..04c6b25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,4 @@ RUN [ ! -f user.json ] && echo '{}' > user.json || true EXPOSE 5053 -VOLUME /app/cdn-app-insider - CMD [ "npm", "start" ] \ No newline at end of file