kurn3san / innovativeproject-photographers-portfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

innovativeproject-photographers-portfolio

Suggestions about docker image

  1. First, You have to build your image. For that, You have to use the following command sudo docker build -t <name_of_the_image>, where -t stands for "tag".
  2. Next, You should run builded image. Fot that, use the following command: sudo docker run -p 8000:8000 <name_of_the_image>
  3. Click generated web adress, with pressed Left Ctrl button. This will lead to opening Photographer's Portfolio in Your default web browser.

With docker-compose

Alternative way to build and run this image is by running following command in the main directory:

docker-compose up

About

License:MIT License


Languages

Language:HTML 76.0%Language:JavaScript 10.3%Language:Python 9.1%Language:CSS 4.3%Language:Dockerfile 0.3%Language:Shell 0.1%