mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-02-12 22:48:28 -06:00
API v1 has been discontinued Add docker-compose for local development testing. Note: This is not persistent, attempting to run this for production will be very very bad
5 lines
133 B
Docker
5 lines
133 B
Docker
FROM openjdk:8-jdk
|
|
MAINTAINER DreamExposure
|
|
COPY target/DisCal-Web.jar DisCal-Web.jar
|
|
ENTRYPOINT ["java", "-jar", "/DisCal-Web.jar"]
|