I added an SBT-based Dockerfile for Docker publishing.
I could decrease image size by building the JAR outside of Docker and then using a bare Java image, but for development and testing out stuff it's easier if SBT is included.
Note that I used an "" as server URL as per #13 but I could take that line out if it causes trouble in another place.
Hi Li Haoyi,
I added an SBT-based Dockerfile for Docker publishing. I could decrease image size by building the JAR outside of Docker and then using a bare Java image, but for development and testing out stuff it's easier if SBT is included. Note that I used an "" as server URL as per #13 but I could take that line out if it causes trouble in another place.