:ok
All checks were successful
Deploy NestJS API / build-and-push-deploy (push) Successful in 3m38s

This commit is contained in:
2026-01-02 18:38:52 -05:00
parent dfd6c0ef8a
commit e1159acdf0

View File

@@ -1,5 +1,5 @@
# Estágio 1: Build
FROM node:16
FROM node:16-bullseye-slim AS builder
WORKDIR /app
COPY package*.json ./
@@ -7,8 +7,7 @@ RUN npm install --legacy-peer-deps
COPY . .
RUN npm run build
FROM node:16
FROM node:16-bullseye-slim
# Instalar dependências do Oracle
RUN apt-get update && apt-get install -y \
libaio1 \