mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
Dockerfile: run the repl by default (#8993)
This commit is contained in:
parent
1fd0aceb42
commit
0b3f209965
3 changed files with 3 additions and 3 deletions
|
@ -137,7 +137,6 @@ git clone https://github.com/vlang/v
|
|||
cd v
|
||||
docker build -t vlang .
|
||||
docker run --rm -it vlang:latest
|
||||
v
|
||||
```
|
||||
|
||||
### Docker with Alpine/musl
|
||||
|
@ -147,7 +146,6 @@ git clone https://github.com/vlang/v
|
|||
cd v
|
||||
docker build -t vlang --file=Dockerfile.alpine .
|
||||
docker run --rm -it vlang:latest
|
||||
/usr/local/v/v
|
||||
```
|
||||
|
||||
</details>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue