diff --git a/Dockerfile b/Dockerfile index 5da04fd..919e000 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,4 @@ WORKDIR /app COPY package*.json ./ RUN npm install COPY . . -EXPOSE 3000 -CMD ["npm", "run", "dev"] +CMD ["npx", "playwright", "test"]