We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25a4f6 commit 0de2cabCopy full SHA for 0de2cab
docker/README.md
@@ -13,7 +13,7 @@ You can build docker image from source code locally.
13
14
git clone https://github.com/antlr/antlr4.git
15
cd antlr4/docker
16
- docker build -t antlr/antlr4 .
+ docker build -t antlr/antlr4 --platfort linux/amd64 .
17
18
19
## Run
0 commit comments