Browse Source

Created basic docker deploy script

master
jrtechs 3 years ago
parent
commit
aff63956a6
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      Dockerfile

+ 7
- 0
Dockerfile View File

@ -0,0 +1,7 @@
#jeffery russell 12-20-2020
# docker file to run this website in a container
FROM nginx
COPY ./ /usr/share/nginx/html/
EXPOSE 6666

Loading…
Cancel
Save