fix: docker-in-docker volume issue by building e2e image
This commit is contained in:
11
e2e/Dockerfile
Normal file
11
e2e/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
# e2e/Dockerfile
|
||||
FROM cypress/included:13.6.0
|
||||
|
||||
# Ustawiamy katalog roboczy
|
||||
WORKDIR /e2e
|
||||
|
||||
# Kopiujemy pliki testowe (cypress.config.js i folder cypress) do obrazu
|
||||
COPY . .
|
||||
|
||||
# Domyślna komenda (można nadpisać w docker-compose)
|
||||
CMD ["cypress", "run"]
|
||||
Reference in New Issue
Block a user