Skip to content

Commit c5b041b

Browse files
committed
Remove incorrect comment about build-arg
1 parent 2b46511 commit c5b041b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,6 @@ Run this command to start the app:
3939
docker-compose -f docker-compose-demo.yml up
4040
```
4141

42-
### Build Options
43-
44-
This base image supports setting custom build options that let you modify what gets installed. You can use [Docker build args](https://docs.docker.com/engine/reference/builder/#arg) to accomplish this.
45-
46-
To change the version of Meteor that gets installed, you can specify a version as below:
47-
48-
```sh
49-
docker build \
50-
--build-arg METEOR_VERSION=1.4.2 \
51-
-t myorg/myapp:latest .
52-
```
53-
5442
## License
5543

5644
[MIT License](./LICENSE.md)

0 commit comments

Comments
 (0)