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