Update dockerfile for node
All checks were successful
Build and deploy / deploy (push) Successful in 1m17s
All checks were successful
Build and deploy / deploy (push) Successful in 1m17s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user