CoolFace
Apppublic

Jmaais/PadelTest

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
Dockerfile9 linesDownload Raw Back to root
1FROM openjdk:172WORKDIR /PadelTest3ADD PadelCheck-2.0.0-SNAPSHOT.jar /PadelTest/PadelCheck-2.0.0-SNAPSHOT.jar4EXPOSE 80895COPY entrypoint.sh /entrypoint.sh6# Make the script executable7RUN chmod +x /entrypoint.sh8# Set the entrypoint9ENTRYPOINT ["/entrypoint.sh"]