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: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
image: dmca_backend:latest image: test_backend:latest
ports: ports:
- "8092:8000" - "8092:8000"
environment: environment:
@ -21,4 +21,4 @@ services:
- .:/code # For hotreloading - .:/code # For hotreloading
volumes: volumes:
dmca_backend: test_backend: