refactor: Update Node.js base image in Dockerfile
This commit is contained in:
parent
006fe8cb74
commit
0ae3da74a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user