Fix path to install.

This commit is contained in:
Ryan McQuen 2020-07-16 13:02:16 -07:00 committed by GitHub
parent 76eceadcde
commit b61afcbc18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitpod.Dockerfile vendored
View file

@ -1,3 +1,3 @@
FROM rust
RUN ./install.sh
RUN /workspace/init/install.sh