1
0
mirror of https://github.com/ThunderEX/py-kms.git synced 2025-04-18 07:44:00 +03:00

Create Dockerfile

This commit is contained in:
XiangSong Zeng 2017-03-18 19:38:27 +08:00 committed by GitHub
parent 25444e5d78
commit c30cc6091d

10
Dockerfile Normal file
View File

@ -0,0 +1,10 @@
# Dockerfile for py-kms
FROM python:2-alpine
MAINTAINER Matsuz <xiangsong.zeng@gmail.com>
ADD . /kms
EXPOSE 1688
CMD ["python", "/kms/server.py"]