Merge "Junit test case coverage for some classes in music-rest"
[music.git] / Dockerfile
1 FROM busybox:latest
2 RUN mkdir -p app 
3 COPY maven/ app/
4 CMD ["tail", "-f", "/dev/null"]