summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f7048484..1deeffa0 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ git clone --recursive https://github.com/atlarge-research/opendc.git
cd opendc/
# Build the Docker image
-docker build -t="opendc" .
+docker build -t=opendc .
# Start a container with the image
docker run -d --name opendc -p 8081:8081 -e 'SERVER_URL=http://localhost:8081' -e 'OAUTH_CLIENT_ID=your-google-oauth-client-id' -e 'OAUTH_CLIENT_SECRET=your-google-oauth-secret' opendc