Update dockerfile for node
All checks were successful
Build and deploy / deploy (push) Successful in 1m17s

This commit is contained in:
2025-09-04 23:21:03 +01:00
parent 7b7c32d9ab
commit eb23299181

View File

@@ -1,10 +1,6 @@
# Use the official Node.js image as the base image
FROM node:24-alpine
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
WORKDIR /usr/src/app