Charles Reid
7 years ago
2 changed files with 19 additions and 0 deletions
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
FROM jfloff/alpine-python:latest-slim |
||||
EXPOSE 7777 |
||||
EXPOSE 7778 |
||||
EXPOSE 7779 |
||||
RUN /entrypoint.sh \ |
||||
-p twisted \ |
||||
&& echo |
||||
WORKDIR /app |
||||
CMD python helium.py |
Loading…
Reference in new issue