Personal portfolio website created with bootstrap.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
132 B

  1. #jeffery russell 12-20-2020
  2. # docker file to run this website in a container
  3. FROM nginx
  4. COPY ./ /usr/share/nginx/html/
  5. EXPOSE 6666