run playwright test as default command
This commit is contained in:
@@ -6,5 +6,4 @@ WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
EXPOSE 3000
|
||||
CMD ["npm", "run", "dev"]
|
||||
CMD ["npx", "playwright", "test"]
|
||||
|
||||
Reference in New Issue
Block a user