Dockerfile aktualisiert

This commit is contained in:
2025-08-08 20:23:07 +02:00
parent 144fc58b12
commit e346686490
+1 -1
View File
@@ -8,4 +8,4 @@ RUN npm ci --prefer-offline --no-audit --no-fund
COPY . .
RUN npm run build
CMD ["npm", "run", "preview"]
CMD ["npm", "run", "dev"]