mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Dockerfile: run the repl by default (#8993)
This commit is contained in:
@ -11,4 +11,4 @@ COPY . .
|
||||
RUN make && \
|
||||
ln -s /opt/vlang/v /usr/local/bin/v
|
||||
|
||||
CMD [ "bash" ]
|
||||
CMD [ "v" ]
|
||||
|
Reference in New Issue
Block a user