This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-Portfolio_Website
mirror of
https://github.com/jrtechs/Portfolio_Website.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Created basic docker deploy script
master
jrtechs
3 years ago
parent
2fb99ef037
commit
aff63956a6
1 changed files
with
7 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save