Skip to content

Commit 1c28008

Browse files
author
Justus H
authored
Update docker build instructions
1 parent 0bb1ec6 commit 1c28008

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@ If you have problems resolving the required dependencies or want maximum compati
5151

5252
64-bit target:
5353
```
54-
docker run -it -v `pwd`:/build multitheftauto/mtasa-blue
54+
docker run --rm -v `pwd`:/build multitheftauto/mtasa-blue
5555
```
5656

5757
32-bit target:
5858
```
59-
docker run -it -v `pwd`:/build -e BUILD_BITS=32 multitheftauto/mtasa-blue
59+
docker run --rm -v `pwd`:/build -e BUILD_BITS=32 multitheftauto/mtasa-blue
6060
```
6161
If the current directory is a valid git repository clone, it will use this as the build source. If not, it will create a (shallow) clone. After compiling, you will find the resulting binaries in `./Bin`.
6262

6363
### Premake FAQ
6464
#### How to add new C++ source files?
65-
Just execute `win-create-projects.bat`.
65+
Execute `win-create-projects.bat`.
6666

6767
## License
6868

0 commit comments

Comments
 (0)