mirror of
https://github.com/ThunderEX/py-kms.git
synced 2026-01-03 23:22:27 +03:00
Create Dockerfile
This commit is contained in:
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"]
|
||||
Reference in New Issue
Block a user