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
@@ -47,11 +47,26 @@ We use [cypress](https://www.cypress.io/) for testing.
47
47
To run cypress tests in the cypress container:
48
48
49
49
```
50
-
docker-compose run cypress run
50
+
dockercompose run cypress run
51
51
```
52
52
53
53
## Build for production
54
54
55
-
Builds the app for production to the build folder.
55
+
Github actions will build both docker images published to [docker hub](https://hub.docker.com/repository/docker/os2display/os2display-client/general) and release assets published as [github releases](https://github.com/os2display/display-client/releases). To run the display client choose which option suits you and download it.
56
56
57
-
@TODO: Add production build instructions.
57
+
If you wish to do your own production build, you need to do
58
+
```shell
59
+
docker compose run node yarn install
60
+
docker compose run node yarn build
61
+
62
+
# Make release file. Replace 'x.y.z' with relevant release version
0 commit comments