fix: correct docker build context to ./dap-was-dapms
All checks were successful
Deploy Gateway / deploy (push) Successful in 5m30s

This commit is contained in:
윤희준
2026-08-18 16:24:43 +09:00
parent 787489f6c1
commit 422dd8c6e7

View File

@@ -1,7 +1,7 @@
services:
gateway:
build:
context: ../
context: ./dap-was-dapms
dockerfile: Dockerfile
ports:
- "127.0.0.1:9281:8080"