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 ./ COPY package*.json ./
RUN npm install RUN npm install
COPY . . COPY . .
EXPOSE 3000 CMD ["npx", "playwright", "test"]
CMD ["npm", "run", "dev"]