Skip to content

Commit

Permalink
Small fix on the README on the command to build docker image. '.' mis…
Browse files Browse the repository at this point in the history
…sing at the end.
  • Loading branch information
Joao Henrique Machado Silva committed Apr 26, 2018
1 parent de5d5f7 commit 5d5f962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a simple docker file to run sigscale ocs. Nothing is tested except GUI.


# Create Docker image using this command
`docker build -t ocs:1.0 --build-arg ocs_ver=v3.0.4`
`docker build -t ocs:1.0 --build-arg ocs_ver=v3.0.4 .`


# Run the docker using this command to directly attach to the erlang shell.
Expand Down

0 comments on commit 5d5f962

Please sign in to comment.