Created
November 28, 2019 20:24
-
-
Save yusufcakal/1f04925c119d16ce36551bcc20819da9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker build -f Dockerfile -t config-server:latest . | |
docker run -e ACTIVE_PROFILE=default -e CONFIG_GIT_REPO_NAME=xxx-configs -e CONFIG_GIT_USERNAME=username -e CONFIG_GIT_PASSWORD=password -p 8089:8089 -it config-server:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment