run playwright test as default command

This commit is contained in:
Zhi
2026-03-13 01:25:37 +00:00
parent d816a86b82
commit fd497f7231

View File

@@ -6,5 +6,4 @@ WORKDIR /app
COPY package*.json ./
RUN npm install
COPY . .
EXPOSE 3000
CMD ["npm", "run", "dev"]
CMD ["npx", "playwright", "test"]