mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
6 lines
118 B
Bash
6 lines
118 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
sed -i -e "s|XX_REMOTE_URL_XX|$REMOTE_URL|g" /etc/nginx/conf.d/default.conf
|
||
|
|
||
|
exec nginx -g "daemon off;"
|