fix: safely rename dasmt to datmt without breaking encoding
All checks were successful
Deploy Tools / deploy (push) Successful in 2m46s

This commit is contained in:
jade
2026-08-31 15:55:43 +09:00
parent cd991bd623
commit 42a04c03fd
11 changed files with 63 additions and 63 deletions

View File

@@ -13,7 +13,7 @@ services:
was-sal:
build:
context: ./dat-was-dasmt
context: ./dat-was-datmt
dockerfile: dat-was-sal/Dockerfile
ports:
- "127.0.0.1:9282:8082"
@@ -32,7 +32,7 @@ services:
was-cus:
build:
context: ./dat-was-dasmt
context: ./dat-was-datmt
dockerfile: dat-was-cus/Dockerfile
ports:
- "127.0.0.1:9284:8084"
@@ -51,7 +51,7 @@ services:
was-pro:
build:
context: ./dat-was-dasmt
context: ./dat-was-datmt
dockerfile: dat-was-pro/Dockerfile
ports:
- "127.0.0.1:9285:8085"
@@ -70,7 +70,7 @@ services:
was-sys:
build:
context: ./dat-was-dasmt
context: ./dat-was-datmt
dockerfile: dat-was-sys/Dockerfile
ports:
- "127.0.0.1:9286:8086"