move wordlist renderer to main project dir since it doesn't look like imsky's accepting it :(
This commit is contained in:
@@ -24,6 +24,7 @@ WORKDIR /app
|
||||
# wordlist
|
||||
RUN mkdir -p /lib/wordlist
|
||||
COPY ext/imsky/wordlists /lib/wordlist
|
||||
COPY render-wordlists.py /lib/wordlist/render.py
|
||||
RUN mkdir -p /app/rant
|
||||
RUN python /lib/wordlist/render.py -o rant /app/rant/wordlist.rant
|
||||
|
||||
|
Reference in New Issue
Block a user