moved to production in Dockerfile

This commit is contained in:
Alex
2025-03-01 11:40:49 +01:00
parent 770ef34c22
commit f4e57e7558

View File

@@ -6,6 +6,7 @@ COPY package*.json ./
RUN npm install
COPY . .
ENV NODE_ENV=production
RUN npm run build
EXPOSE 3000