Added Luminus re-frame profile

This commit is contained in:
Simon Brooke 2020-01-24 09:55:20 +00:00
parent 0b4a7fafdd
commit ca72a63199
41 changed files with 1114 additions and 0 deletions

7
Dockerfile Normal file
View file

@ -0,0 +1,7 @@
FROM openjdk:8-alpine
COPY target/uberjar/datamapper.jar /datamapper/app.jar
EXPOSE 3000
CMD ["java", "-jar", "/datamapper/app.jar"]