Skip to content

Commit 6a7e279

Browse files
authored
Update README.md
1 parent 7abc52a commit 6a7e279

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,9 @@ Update the Dockerfile such that
100100
- IFIX_TAR is the name of the iFix download file. This must be located in the same directory as the Dockerfile
101101
- USER must be updated to match the ID of the ace user
102102

103-
To build the image use a command such as the following:
103+
To build the image use a command such as the following `docker build -f Dockerfile --tag myregistry.com/ace/ace-server-prod:12.0.2.0-ACE-LinuxX64-TFIT38649 .`
104104

105-
```bash
106-
docker build -f Dockerfile --tag myregistry.com/ace/ace-server-prod:12.0.2.0-ACE-LinuxX64-TFIT38649 .
107-
```
108-
109-
The resulting inage should then be used using the same options as the original base image
105+
The resulting image should then be used using the same options as the original base image
110106

111107
## Usage
112108

0 commit comments

Comments
 (0)