Remove unnecessary volume mount in Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-27 20:35:23 +01:00
parent bdad6f820f
commit 43f8189758

View File

@@ -18,6 +18,4 @@ RUN [ ! -f user.json ] && echo '{}' > user.json || true
EXPOSE 5053
VOLUME /app/cdn-app-insider
CMD [ "npm", "start" ]