Skip to content

Commit

Permalink
Merge pull request #149 from 2024-startup/BE/feat/#142
Browse files Browse the repository at this point in the history
fix: CD 수정 후 적용 완료
  • Loading branch information
kalsteve authored May 30, 2024
2 parents f1e11a3 + dd491f6 commit 1f3201f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose_for_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ version: "3.8"

services:
dev_backend:
image: openjdk:17.0-slim
container_name: dev_backend_container
image: openjdk:17.0-slim
env_file:
- backend.env
volumes:
- ./app:/app
- ./:/app
ports:
- "8280:8080"
- "8081:8080"
command: ["java", "-jar", "/app/server.jar"]

0 comments on commit 1f3201f

Please sign in to comment.