We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Here are steps to test this. Within the main DROID directory:
Dockerfile
FROM debian:buster ADD . . RUN apt-get update && apt-get -y install openjdk-11-jre openjdk-11-jdk aha make git
docker build -t mike-droid --file Dockerfile .
docker run -e GITHUB_CLIENT_ID='YOUR_ID' -e GITHUB_CLIENT_SECRET='YOUR_SECRET' -e GITHUB_APP_STATE='YOUR_APP_STATE' -e PERSONAL_ACCESS_TOKEN='YOUR_TOKEN' -p 8090:8090 mike-droid java -jar target/uberjar/droid-0.1.0-SNAPSHOT-standalone.jar
Sorry, something went wrong.
lmcmicu
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: