Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarijo committed Jan 29, 2022
1 parent bd72b36 commit 8629233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The dockerfile will build the client bundle application without the need of inst

To obtain and deploy the client bundle in the server, follow the instructions below:

0. If the image already exists, delete it: `docker rmi -f <image_id_>`
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.

1. Build the image: `docker build -t vider-client .` This creates an image with the bundle inside it

Expand Down

0 comments on commit 8629233

Please sign in to comment.