diff --git a/Dockerfile b/Dockerfile index aaaa1b8..c8caadd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM node:20-bullseye-slim # Install Git during the build phase using apt. RUN apt-get update -y && apt-get install -y git && rm -rf /var/lib/apt/lists/* -# Set working directory. +# Set working directory. WORKDIR /app # Copy your entrypoint script.