1
0
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:
zakuro
2021-02-27 17:08:33 +09:00
committed by GitHub
parent 1fd0aceb42
commit 0b3f209965
3 changed files with 3 additions and 3 deletions

View File

@ -11,4 +11,4 @@ COPY . .
RUN make && \
ln -s /opt/vlang/v /usr/local/bin/v
CMD [ "bash" ]
CMD [ "v" ]