flavor text, autosaves
This commit is contained in:
@@ -21,7 +21,8 @@ RUN apk del rustup gcc musl-dev
|
||||
FROM base AS app
|
||||
RUN mkdir -p /lib/wordlist
|
||||
COPY ext/imsky/wordlists /lib/wordlist
|
||||
#RUN python /lib/wordlist/render.py -o rant /app/rant/wordlist.rant
|
||||
RUN mkdir -p /app/rant
|
||||
RUN python /lib/wordlist/render.py -o rant /app/rant/wordlist.rant
|
||||
|
||||
# installing app
|
||||
COPY app /app
|
||||
|
Reference in New Issue
Block a user