Build outside docker for faster builds.

This commit is contained in:
Kavin 2022-09-11 02:04:31 +05:30
parent 3078b6073f
commit ddb2820f52
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
4 changed files with 73 additions and 67 deletions

11
Dockerfile.ci Normal file
View file

@ -0,0 +1,11 @@
FROM eclipse-temurin:17-jre
WORKDIR /app/
COPY ./piped.jar /app/piped.jar
COPY VERSION .
EXPOSE 8080
CMD java -jar /app/piped.jar