Rename dockerfile image

This commit is contained in:
Keannu Bernasol 2024-01-06 12:37:08 +08:00
parent 2844f5d19a
commit 7cbe8fd720

View file

@ -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: