run playwright test as default command
This commit is contained in:
@@ -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"]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user