That's why I had certs... Update regctl
All checks were successful
Build and deploy / deploy (push) Successful in 1m24s
All checks were successful
Build and deploy / deploy (push) Successful in 1m24s
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
# Use the official Node.js image as the base image
|
# Use the official Node.js image as the base image
|
||||||
FROM node:24-trixie-slim
|
FROM node:24-trixie-slim
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
|
ca-certificates \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Set the working directory inside the container
|
# Set the working directory inside the container
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
@@ -13,6 +17,8 @@ RUN npm ci
|
|||||||
# Copy the rest of the application files
|
# Copy the rest of the application files
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
RUN chmod +x ./bin/regctl
|
||||||
|
|
||||||
# Build the NestJS application
|
# Build the NestJS application
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
|||||||
BIN
bin/regctl
BIN
bin/regctl
Binary file not shown.
Reference in New Issue
Block a user