Add dockerfile

to create env
This commit is contained in:
2020-06-07 22:06:53 +05:30
committed by GitHub
parent 35f4883126
commit cabbd3d462
+5
View File
@@ -0,0 +1,5 @@
FROM debian:9.5-slim
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]