You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- FROM python:3-slim
- #FROM ubuntu:21.04
-
- WORKDIR /app
- ADD n9e /app
- ADD http://download.flashcat.cloud/wait /wait
- RUN chmod +x /wait
- RUN chmod +x n9e
-
- EXPOSE 17000
-
- CMD ["/app/n9e", "-h"]
|