Skip to content

Commit

Permalink
add lego install
Browse files Browse the repository at this point in the history
  • Loading branch information
haobibo committed Oct 30, 2024
1 parent 46f51a3 commit 0f72d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_openresty/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN set -eux \
&& chown -R nginx:www-data /var/cache/nginx /var/log/nginx \
&& source /opt/utils/script-setup.sh && setup_lua_base && setup_lua_rocks \
&& source /opt/utils/script-setup-openresty.sh && setup_openresty \
&& source /opt/utils/script-setup-acme.sh && setup_acme \
&& source /opt/utils/script-setup-acme.sh && setup_acme && setup_lego \
&& pip install certbot \
&& mv /opt/utils/entrypoint/* / && rm -rf /opt/utils/entrypoint \
&& cp -rf /opt/utils/nginx/* /etc/nginx/ && rm -rf /opt/utils/nginx \
Expand Down

0 comments on commit 0f72d00

Please sign in to comment.