Skip to content

Commit

Permalink
Activate custom docker image for gitpod
Browse files Browse the repository at this point in the history
Signed-off-by: Darach Ennis <[email protected]>
  • Loading branch information
darach authored and Licenser committed Apr 12, 2022
1 parent d220c04 commit d3239db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM gitpod/workspace-full

USER gitpod

RUN bash -lc "rustup default stable"

USER root
6 changes: 2 additions & 4 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.
image:
file: .gitpod.Dockerfile

tasks:
- init: cargo install cargo-watch && cargo build --all && make
command: cargo watch -x run


0 comments on commit d3239db

Please sign in to comment.