added docker
This commit is contained in:
parent
7f971b04de
commit
7ba5caa50d
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM openjdk:11
|
||||
COPY target/*.jar /tmp
|
||||
WORKDIR /tmp
|
||||
CMD ["java", "-jar", "tvcom-scraper-1.0-SNAPSHOT.jar"]
|
||||
Loading…
x
Reference in New Issue
Block a user