Fix: Label para Relacion Paquete Repositorio
This commit is contained in:
@@ -23,6 +23,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Backend/Dockerfile
|
||||
labels:
|
||||
- "org.opencontainers.image.source=https://repo.eldiaservicios.com/dmolinari/PruebaGentle"
|
||||
ports:
|
||||
- "5000:8080"
|
||||
environment:
|
||||
@@ -40,6 +42,8 @@ services:
|
||||
build:
|
||||
context: ./Frontend
|
||||
dockerfile: Dockerfile
|
||||
labels:
|
||||
- "org.opencontainers.image.source=https://repo.eldiaservicios.com/dmolinari/PruebaGentle"
|
||||
ports:
|
||||
- "8181:80"
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user