Skip to content
Snippets Groups Projects
Commit b0587ee4 authored by Mulas, Giacomo's avatar Mulas, Giacomo
Browse files

correct README.md with escapes

parent b65a9fb1
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,6 @@ This Dockerfile allows to create mainly: ...@@ -7,6 +7,6 @@ This Dockerfile allows to create mainly:
In order for the docker build to correctly set the context, so that it can access the directories containing source codes, docker build must be invoked from this directory as: In order for the docker build to correctly set the context, so that it can access the directories containing source codes, docker build must be invoked from this directory as:
> docker build -f Dockerfile ../.. --target <image name> > docker build -f Dockerfile ../.. --target \<image name\>
where `<image name>` is either `np-tmcode` or `np-tmcode-run`. One may also add the docker build option `-t tagname` to specify the `tagname` the built image should have in his/her registry. where `<image name>` is either `np-tmcode` or `np-tmcode-run`. One may also add the docker build option `-t tagname` to specify the `tagname` the built image should have in his/her registry.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment