mirror of
https://github.com/BgaSol/sol-cloud
synced 2026-05-23 17:18:44 +00:00
refactor(docker): Rename Dockerfiles for consistency in naming convention
This commit is contained in:
parent
5e24dc89ff
commit
204f011ce7
1 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ services:
|
|||
restart: unless-stopped
|
||||
build:
|
||||
context: ../cloud
|
||||
dockerfile: 8081.web.system.Dockerfile
|
||||
dockerfile: web.system.8081.Dockerfile
|
||||
ports:
|
||||
- "8081:8081"
|
||||
environment:
|
||||
|
|
@ -73,7 +73,7 @@ services:
|
|||
restart: unless-stopped
|
||||
build:
|
||||
context: ../cloud
|
||||
dockerfile: 8082.web.file.Dockerfile
|
||||
dockerfile: web.file.8082.Dockerfile
|
||||
ports:
|
||||
- "8082:8082"
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue