Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 84ef408

Browse files
committed
Add dockerfile
1 parent 40942f7 commit 84ef408

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

‎Dockerfile‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
FROM ubuntu:latest
2+
3+
RUN mkdir /app
4+
5+
ADD . /app
6+
7+
RUN apt update; apt install -y python3 python3-pip
8+
9+
RUN cd /app && pip3 install -r test-requirements.txt && python3 setup.py install
10+
11+
ENTRYPOINT ["VHostScan"]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /