mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2024-11-17 04:09:25 +08:00
Rename dockerfile image
This commit is contained in:
parent
2844f5d19a
commit
7cbe8fd720
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: dmca_backend:latest
|
||||
image: test_backend:latest
|
||||
ports:
|
||||
- "8092:8000"
|
||||
environment:
|
||||
|
@ -21,4 +21,4 @@ services:
|
|||
- .:/code # For hotreloading
|
||||
|
||||
volumes:
|
||||
dmca_backend:
|
||||
test_backend:
|
||||
|
|
Loading…
Reference in a new issue