Files
DisCal-Discord-Bot/web/Dockerfile
T
NovaFox161 6a2843b46e Add FQDN for base images to satisfy podman
Also add flag to write events to file rather than journal
2021-06-23 22:21:49 -05:00

5 lines
167 B
Docker

FROM docker.io/adoptopenjdk/openjdk16:alpine-jre
MAINTAINER DreamExposure
COPY web/target/DisCal-Web.jar DisCal-Web.jar
ENTRYPOINT ["java", "-jar", "/DisCal-Web.jar"]