Update to docker file
This commit is contained in:
parent
fa9920a56a
commit
895055124d
1 changed files with 3 additions and 3 deletions
|
|
@ -14,8 +14,8 @@ RUN npm install
|
|||
# Install Playwright browsers
|
||||
RUN npx playwright install --with-deps
|
||||
|
||||
# Install jq
|
||||
RUN apt-get install -y jq
|
||||
|
||||
# Copy the rest of the application code
|
||||
COPY . .
|
||||
|
||||
# Run Playwright tests
|
||||
CMD ["npx", "playwright", "test"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue