Skip to content

Commit

Permalink
修復 docker 啟動異常 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowmancc authored Jul 19, 2023
1 parent 00b93c1 commit 937895e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend_pr_cd_job.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Java CICD
name: Java CD
on:
push:
branches: [ "main" ]
Expand Down
1 change: 1 addition & 0 deletions packages/backend/spring/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM openjdk:17
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
COPY citadels-backend-0.0.1-SNAPSHOT.jar /citadels-backend-0.0.1-SNAPSHOT.jar
ENTRYPOINT ["java","-jar","citadels-backend-0.0.1-SNAPSHOT.jar"]
EXPOSE 8080

0 comments on commit 937895e

Please sign in to comment.