Skip to content

Commit 5554c45

Browse files
authored
Merge pull request #32 from CodIN-INU/develop
feat : add dotenv package
2 parents ac7cfa1 + 15c12c4 commit 5554c45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM openjdk:17-jdk-slim
22
RUN apt-get update && apt-get install -y --no-install-recommends python3 python3-pip
3-
RUN pip3 install pymysql pandas openpyxl
3+
RUN pip3 install pymysql pandas openpyxl dotenv
44
WORKDIR /app
55
COPY build/libs/codin-lecture-api-0.0.1-SNAPSHOT.jar app.jar
66
EXPOSE 8080

0 commit comments

Comments
 (0)