Skip to content

GShwartz/Profile

Repository files navigation

Deployment

Clone the repository:

     git clone https://github.com/GShwartz/Profile.git
     cd Profile

Dockerfile

  1. Build & Run

         docker build -t <your-app-name> .
         docker run -d -p <your-port>:80 --restart unless-stopped <your-app-name>
  2. Access
    Navigate to http://localhost:<port-number> in your browser.


Docker-Compose

  • You can change port 8080 to a port of your choosing.
    Example:
        sed -i 's/8080:80/9090:80/' docker-compose.yml
    This will change the port to 9090 so the navigation will look like this: http://localhost:9090
  1. Build & Run
        docker-compose up -d --build

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published