refactor: Update base Node.js image to Alpine version in Dockerfile

This commit is contained in:
M1000fr 2024-12-05 13:29:49 +01:00
parent 63176d1863
commit 76093fb5e8

View File

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