added Dockerfile
This commit is contained in:
parent
67d607ad36
commit
12b2a4f723
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM openjdk:latest
|
||||
COPY . /usr/src/RedditReposterBot/
|
||||
WORKDIR /usr/src/RedditReposterBot/
|
||||
CMD [ "java", "-jar", "RedditReposterBot-full.jar" ]
|
Loading…
Reference in New Issue
Block a user