diff --git a/Dockerfile b/Dockerfile index b730076..ae5e8d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use a lightweight Node.js runtime as the base image for the final stage -FROM node:14-alpine +# FROM node:14-alpine # # Set the working directory in the container # WORKDIR /app