refactor: Update base Node.js image to Alpine version in Dockerfile
This commit is contained in:
parent
63176d1863
commit
76093fb5e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user