alpine sucks sometimes
All checks were successful
Build and deploy / deploy (push) Successful in 1m23s

This commit is contained in:
2025-09-05 00:39:53 +01:00
parent eb23299181
commit 32f53eb27e
3 changed files with 9 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
# Use the official Node.js image as the base image
FROM node:24-alpine
FROM node:24-trixie-slim
# Set the working directory inside the container
WORKDIR /usr/src/app