You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/screenshot-tests.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ You may need to update the Docker image. Follow these steps:
103
103
From the project's root directory run the following command:
104
104
105
105
```
106
-
docker build -t screenshots .
106
+
docker build --no-cache -t screenshots .
107
107
```
108
108
109
109
This command builds a Docker image named `screenshots` based off the `Dockerfile` found in the root directory. Next push this to the Docker Hub for Travis tests. If you are testing you may want to use a different [tag](https://hub.docker.com/r/mdcreact/screenshots/tags/) in the interim.
0 commit comments