Many parameters can be overridden in `IMP` via a config file. You may provide using it with the `-e` flag and using the `CONFIGFILE` environment variable.
```bash
docker run \
-eCONFIGFILE="path/to/config/file.json"
... other parameters ...
```
## Build new container image
```bash
...
...
@@ -97,7 +105,7 @@ Any change to the source code will be applied immediatly inside the container.
## Log in inside the container
If you want to entre the container and use `IMP` from there, you'll have to erase the docker entrypoint:
If you want to enter the container and use `IMP` from there, you'll have to erase the docker entrypoint: