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
Copy file name to clipboardExpand all lines: client/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The dockerfile will build the client bundle application without the need of inst
5
5
6
6
To obtain and deploy the client bundle in the server, follow the instructions below:
7
7
8
-
0. If the image already exists, delete it: `docker rmi -f <image_id_>`
8
+
0. If the image already exists, delete it: `docker rmi -f <image_id_>`. Alternatively, you can reuse your previous image, but remember to reclone the SOMEF-Vider repository to get the latest version.
9
9
10
10
1. Build the image: `docker build -t vider-client .` This creates an image with the bundle inside it
0 commit comments