Ajuste de CI v4
Some checks failed
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Failing after 15s
Some checks failed
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Failing after 15s
This commit is contained in:
parent
c34a3ab4f4
commit
dc688e8e47
@ -7,6 +7,8 @@ WORKDIR /app
|
||||
EXPOSE 8080
|
||||
EXPOSE 8081
|
||||
|
||||
# Instalación de Node.js en la fase base (si lo necesitas para el contenedor final)
|
||||
RUN apt-get update && apt-get install -y nodejs npm
|
||||
|
||||
# Esta fase se usa para compilar el proyecto de servicio
|
||||
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user