Skip to content
New issue

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

Create Dockerfile #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Create Dockerfile #49

wants to merge 1 commit into from

Conversation

Threnklyn
Copy link

simple Dockerfile to build a Docker Image.

docker build -t meeteasier:latest .

Add the following ENV Vars to the Docker run statement:

  • USERNAME
  • PASSWORD
  • DOMAIN
docker run -b --name MeetEasier \
    -e USERNAME=serviceaccount@example.com \
    -e PASSWORD=yourSecretPass \
    -e DOMAIN=example.onmicrosoft.com \
    -p 8080:8080 meeteasier:latest

@Threnklyn Threnklyn mentioned this pull request Feb 4, 2019
ghost pushed a commit to EyeTeaSwedenAB/MeetEasier-Display that referenced this pull request May 4, 2020
Adding file from danxfisher#49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant