Merge "MUSIC-463-sonar fix-remove declaration of method exception-MusicLoggingServlet...
[music.git] / Dockerfile
1 FROM busybox:latest
2 RUN mkdir -p app 
3 COPY maven/ app/
4 CMD ["tail", "-f", "/dev/null"]