diff --git a/Dockerfile b/Dockerfile index f8876aa..4ead711 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ - -------- Base image -------- +# -------- Base image -------- FROM node:22-alpine AS base ENV NODE_ENV=production WORKDIR /app