first commit
This commit is contained in:
15
Dockerfile
Normal file
15
Dockerfile
Normal file
@@ -0,0 +1,15 @@
|
||||
FROM cypress/base:22.13.1
|
||||
|
||||
RUN npm config set @skydust:registry=https://gitea.skydust.fr/api/packages/skydust/npm/
|
||||
RUN npm install -g @skydust/toolkit@1.2.3
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install --yes firefox-esr
|
||||
RUN apt-get clean
|
||||
|
||||
COPY ./e2e /e2e
|
||||
COPY ./entrypoint.sh /
|
||||
|
||||
RUN cd /e2e && npx cypress install
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user