Skip to content

Commit

Permalink
Merge pull request #25 from NOW-SOPT-APP4-KREAM/feat/#24
Browse files Browse the repository at this point in the history
[chore] test PR
  • Loading branch information
rlarlgnszx authored May 16, 2024
2 parents 3af8e08 + ff08821 commit 362a758
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM khipu/openjdk17-alpine:latest
ARG JAR_FILE_PATH=build/libs/kream-0.0.1-SNAPSHOT.jar
COPY ${JAR_FILE_PATH} app.jar
COPY build/resources build/resources
ENTRYPOINT ["java", "-jar", "app.jar"]
EXPOSE 8080
EXPOSE 5432
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// }
//
// public void saveProduct(){
// try (Reader reader = new FileReader("/home/kihoon/Desktop/AWS/server/KREAM-Server/src/main/java/com/app/kream/config/db.csv")) {
// try (Reader reader = new FileReader("build/resources/main/db.csv")) {
// CSVParser csvParser = new CSVParser(reader, CSVFormat.DEFAULT
// .withFirstRecordAsHeader()
// .withIgnoreHeaderCase()
Expand Down
Loading

0 comments on commit 362a758

Please sign in to comment.