Skip to content

Commit

Permalink
chore: SPRING_PROFILE echo
Browse files Browse the repository at this point in the history
  • Loading branch information
PgmJun committed Jul 25, 2024
1 parent 4c8f2f3 commit 930ef8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/deploy/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ version: "2.29.0"

services:
ddangkong-api-dev:
platform:
platform: linux/arm64/v8
build:
context: ../
dockerfile: Dockerfile
args:
SPRING_PROFILE=dev
- SPRING_PROFILE=dev
ports:
- "8080:8080"

0 comments on commit 930ef8f

Please sign in to comment.