rename gen/requirements.py to requirements.txt, add git/bash to Docker deps and fix typos in README
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
FROM nginx:1.20.1-alpine
|
||||
|
||||
COPY helpers/install.sh /tmp/install.sh
|
||||
RUN chmod +x /tmp/install.sh && \
|
||||
RUN apk --no-cache add bash && \
|
||||
chmod +x /tmp/install.sh && \
|
||||
/tmp/install.sh && \
|
||||
rm -f /tmp/install.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user