diff options
| -rw-r--r-- | LICENSE.md | 2 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 tudelft-atlarge +Copyright (c) 2017 atlarge-research Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -72,7 +72,7 @@ Now, start the server: ```bash # 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 opendc |
