Skip to content

Commit f18169b

Browse files
committed
Update how the the scripts are called.
1 parent a5f8c9a commit f18169b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
> * **NEW** Use the `FILES_DIR` parameter to specify the local path to all the required installation files, e.g. `/path/to/my/downloads`.
5151
5. Run the first script to grab the latest Docker [images](https://github.com/oracle/docker-images) from Oracle and build the Oracle Database image. The script takes one parameter, the environment filename (`mysettings.env`):
5252
```bash
53-
$ . 01-build.sh mysettings.env
53+
$ bash 01-build.sh mysettings.env
5454
```
5555
6. Run the final script to create and run the container, where the container name is `axer` (it is preferred that you execute a command using `sudo` before executing this script):
5656
```bash
57-
$ . 02-run.sh axer mysettings.env
57+
$ bash 02-run.sh axer mysettings.env
5858
```
5959

6060
Using the sample settings, the following are accessible:

0 commit comments

Comments
 (0)