mirror of
https://github.com/SrIzan10/nodejs-java13.git
synced 2026-06-22 16:32:38 +00:00
dockerfile and ci added
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM node:alpine
|
||||
|
||||
RUN apk update
|
||||
|
||||
RUN apk add openjdk13 wget
|
||||
|
||||
RUN mkdir /lavalink
|
||||
|
||||
RUN cd /lavalink && wget https://github.com/freyacodes/Lavalink/raw/master/LavalinkServer/application.yml.example -O application.yml
|
||||
|
||||
RUN cd /lavalink && wget https://ci.fredboat.com/repository/download/Lavalink_Build/9447:id/Lavalink.jar
|
||||
|
||||
CMD cd /lavalink && java -jar Lavalink.jar
|
||||
Reference in New Issue
Block a user