From 1e262c7af009f8be79af685b878d4d0ac2a70668 Mon Sep 17 00:00:00 2001 From: Saptarshi Sarkar Date: Sun, 13 Nov 2022 00:18:55 +0530 Subject: [PATCH] Update README.md --- Website/README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Website/README.md b/Website/README.md index 94e995565..538ae37ce 100644 --- a/Website/README.md +++ b/Website/README.md @@ -3,11 +3,9 @@ **A README file can be described as documentation with guidelines on how to use a project. Usually it will have instructions on how to download, install, run and contribute to the project but we've already worked on it which is the main [README](https://github.com/SaptarshiSarkar12/Drifty/blob/master/README.md) file of our [project](https://github.com/SaptarshiSarkar12/Drifty).** - - This section contains information about how the [website of this project](https://saptarshisarkar12.github.io/Drifty/) looks like. You can see instruction videos, and lots of images (located in [Resources](https://github.com/SaptarshiSarkar12/Drifty/tree/master/Website/Resources) folder) that are used to make the website. - - The website folder also contains files like HTML, CSS, and JavaScript by which you can make necessary changes in this project's website. ## Docker Deployment @@ -25,8 +23,13 @@ Containerized website uses Nginx server. ```sh docker-compose up -d --build ``` - -2. Navigate to http://localhost:8080/ to view the website. + + You may pull the [latest image of the website from Docker Hub](https://hub.docker.com/r/saptarshisarkar12/drifty-website) by using this command: + + ```sh + docker run --rm -d -p 80:80/tcp saptarshisarkar12/drifty-website:latest + ``` +2. Navigate to http://localhost:80/ to view the website. > **Note** > Check for errors in the logs if this doesn't work via `docker-compose logs -f`.