mirror of
https://github.com/Redocly/redoc.git
synced 2026-01-06 16:20:53 +03:00
fix: don't remove templates to prevent a failure on restart
This commit is contained in:
parent
10400113fb
commit
f7b7ade436
|
|
@ -1,8 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# remove template files
|
||||
rm -f /usr/share/nginx/html/index.prefix.tpl.html /usr/share/nginx/html/index.tpl.html
|
||||
|
||||
if [ -n "$BASE_PATH" ]; then
|
||||
rm -f /etc/nginx/conf.d/default.conf
|
||||
rm -f /usr/share/nginx/html/index.html
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user