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:
parent
25444e5d78
commit
c30cc6091d
10
Dockerfile
Normal file
10
Dockerfile
Normal 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"]
|
Loading…
x
Reference in New Issue
Block a user