refactor: Update Node.js base image in Dockerfile

This commit is contained in:
M1000fr 2024-12-10 14:41:30 +01:00
parent 006fe8cb74
commit 0ae3da74a0

View File

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