aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-01-09 15:05:10 +0800
committerclarkzjw <[email protected]>2018-01-09 15:05:10 +0800
commit001940f3f01217a85c17e0cf9ef5949adb6ebad4 (patch)
tree6dc17aa540225777f1ab278785bdd5a1ca782226 /Dockerfile
parent7a581c4a5efca9615933676dc4ed5411409d2450 (diff)
downloadblog.jinwei.me-001940f3f01217a85c17e0cf9ef5949adb6ebad4.tar.gz
+ init
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..49de25f
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,6 @@
1FROM python:3.6.0
2
3
4
5FROM nginx
6
Powered by cgit v1.2.3 (git 2.41.0)