rename script, chmod +x
This commit is contained in:
parent
a3e2220355
commit
f753a7bae7
2 changed files with 2 additions and 2 deletions
|
@ -7,5 +7,5 @@ RUN /venv/bin/pip install -U pip certbot certbot-nginx
|
|||
|
||||
RUN apk del py3-virtualenv && rm -rf /var/cache/apk
|
||||
|
||||
COPY ./entrypoint.sh /
|
||||
CMD ["/entrypoint.sh"]
|
||||
COPY ./run.sh /
|
||||
CMD ["/run.sh"]
|
||||
|
|
0
entrypoint.sh → run.sh
Normal file → Executable file
0
entrypoint.sh → run.sh
Normal file → Executable file
Loading…
Add table
Reference in a new issue