mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-04-30 06:09:52 -05:00
50e99d201b
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
142 B
Docker
5 lines
142 B
Docker
FROM openjdk:8-jdk
|
|
MAINTAINER DreamExposure
|
|
COPY target/DisCal-Server.jar DisCal-Server.jar
|
|
ENTRYPOINT ["java", "-jar", "/DisCal-Server.jar"]
|