diff --git a/Dockerfile b/Dockerfile index d6a5eca..c91b825 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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