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.
|
|
- #jeffery russell 12-20-2020
- # docker file to run this website in a container
- FROM nginx
-
- COPY ./ /usr/share/nginx/html/
-
- EXPOSE 6666
|