Init
This commit is contained in:
commit
21582cc86a
21 changed files with 677 additions and 0 deletions
14
Dockerfile
Normal file
14
Dockerfile
Normal file
|
@ -0,0 +1,14 @@
|
|||
FROM ubuntu:latest
|
||||
|
||||
WORKDIR .
|
||||
|
||||
RUN apt-get update && apt-get install -y curl gcc make git libpcre3-dev zlib1g-dev
|
||||
|
||||
ADD ipscrub /ipscrub/
|
||||
ADD Makefile /
|
||||
|
||||
EXPOSE 8081
|
||||
|
||||
RUN make nginx/objs/nginx
|
||||
|
||||
CMD make start && tail -f dest/logs/access.log
|
Loading…
Add table
Add a link
Reference in a new issue