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
This project deploys the latest development Docker imaged to Docker Hub on the creation of new Release/Tags. It is available at:<br>
139
+
This project deploys the latest **client** and **server**development Docker images to Docker Hub on the creation of new Release/Tags. They are available at:<br>
1. Pull the pre-built development Docker image using any of the two (2) options:
143
+
1. Pull the pre-built development Docker images using any of the two (2) options:
131
144
- Open a terminal and run:<br>
132
145
```
133
-
docker pull weaponsforge/gsites-client:latest
134
-
docker pull weaponsforge/gsites-server:latest
146
+
docker pull weaponsforge/gsites-components:client
147
+
docker pull weaponsforge/gsites-components:server
135
148
```
136
149
137
-
- Navigate to the gsites-components root project directory, then run:<br>
150
+
- Navigate to the gsites-components root project directory, then run:
138
151
`docker compose -f docker-compose.dev.yml pull`
139
152
140
153
2. Follow the instructions in the README files inside the **/client** and **/server** directories for more information on configuring and using the client and server apps.
0 commit comments