Dockerfile aktualisiert

This commit is contained in:
2025-04-19 02:36:31 +02:00
parent 00ad273ffa
commit 42334a6598

View File

@@ -1,9 +1,7 @@
FROM node:20-slim
FROM mcr.microsoft.com/playwright:v1.51.1-jammy
WORKDIR /app
COPY package.json ./
RUN npm install
COPY test /app/test
COPY scheduler.js /app/scheduler.js
EXPOSE 3000
CMD ["npm", "start"]