Skip to content

Create Dockerfile#49

Open
Threnklyn wants to merge 1 commit intodanxfisher:masterfrom
Threnklyn:Docker
Open

Create Dockerfile#49
Threnklyn wants to merge 1 commit intodanxfisher:masterfrom
Threnklyn:Docker

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.

1 participant