mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-04-25 19:08:33 -05:00
6a2843b46e
Also add flag to write events to file rather than journal
5 lines
167 B
Docker
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"]
|