Fix run script
This commit is contained in:
@@ -5,4 +5,6 @@ grep -r '^smtp\.port' webapp.properties | sed -r -e 's/smtp\.port/SMTP_PORT/' -e
|
||||
grep -r '^smtp\.user' webapp.properties | sed -r -e 's/smtp\.user/SMTP_USER/' -e 's/ //g' >> .env
|
||||
grep -r '^smtp\.password' webapp.properties | sed -r -e 's/smtp\.password/SMTP_PASSWORD/' -e 's/ //g' >> .env
|
||||
|
||||
APP_UID=$(id -u) APP_GID=$(id -g) docker-compose up
|
||||
mkdir -p data/jetty data/maven
|
||||
|
||||
APP_UID=$(id -u) APP_GID=$(id -g) docker compose up
|
||||
|
Reference in New Issue
Block a user