We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac7cfa1 + 15c12c4 commit 5554c45Copy full SHA for 5554c45
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
FROM openjdk:17-jdk-slim
2
RUN apt-get update && apt-get install -y --no-install-recommends python3 python3-pip
3
-RUN pip3 install pymysql pandas openpyxl
+RUN pip3 install pymysql pandas openpyxl dotenv
4
WORKDIR /app
5
COPY build/libs/codin-lecture-api-0.0.1-SNAPSHOT.jar app.jar
6
EXPOSE 8080
0 commit comments