Merge "Read lock promotion"
[music.git] / Dockerfile
1 FROM busybox:latest
2 RUN mkdir -p app 
3 COPY maven/ app/
4 CMD ["tail", "-f", "/dev/null"]