FROM openjdk:latest COPY . /usr/src/RedditReposterBot/ WORKDIR /usr/src/RedditReposterBot/ CMD [ "java", "-jar", "RedditReposterBot-full.jar" ]