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
Which builds the app for production to the `dist` folder.
86
+
> Note: If your Docker daemon is running in a VM, which would be the case if you're using Docker Toolbox on Mac, then pulling directly from localhost will not work. One workaround is using ngrok to have a publicly available domain name to connect to:
87
+
>
88
+
> ```bash
89
+
># Note the ngrok domain assigned to you
90
+
> ngrok http 8080
91
+
>
92
+
># Make sure to replace the ngrok domain name
93
+
> docker pull 5d354ae8.ngrok.io/library/nginx
94
+
>```
95
+
96
+
## 🔧 Running the Tests <a name = "tests"></a>
97
+
98
+
After setting up the development environment, tests can be invoked using:
99
+
100
+
```bash
101
+
yarn test
102
+
```
71
103
72
104
## 🚀 Deployment <aname = "deployment"></a>
73
105
74
-
We automatically build and deploy the latest version to NPM.
106
+
We automatically build and deploy the latest version and all [releases](https://github.com/Addono/container-registry-proxy/releases) to:
0 commit comments