summaryrefslogtreecommitdiffstats
path: root/cypress-docker/base/8/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'cypress-docker/base/8/README.md')
-rw-r--r--cypress-docker/base/8/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/cypress-docker/base/8/README.md b/cypress-docker/base/8/README.md
new file mode 100644
index 0000000..2078c5e
--- /dev/null
+++ b/cypress-docker/base/8/README.md
@@ -0,0 +1,12 @@
+# cypress/base:8
+
+## Example
+
+Sample Dockerfile
+
+```
+FROM cypress/base:8
+RUN npm install --save-dev cypress
+RUN $(npm bin)/cypress verify
+RUN $(npm bin)/cypress run
+```