Remove unnecessary volume mount in Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -18,6 +18,4 @@ RUN [ ! -f user.json ] && echo '{}' > user.json || true
|
||||
|
||||
EXPOSE 5053
|
||||
|
||||
VOLUME /app/cdn-app-insider
|
||||
|
||||
CMD [ "npm", "start" ]
|
||||
Reference in New Issue
Block a user