We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5554c45 + 0260b77 commit 6876a94Copy full SHA for 6876a94
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 dotenv
+RUN pip3 install pymysql pandas openpyxl python-dotenv
4
WORKDIR /app
5
COPY build/libs/codin-lecture-api-0.0.1-SNAPSHOT.jar app.jar
6
EXPOSE 8080
0 commit comments