Skip to content

Commit

Permalink
Merge pull request #4 from cozyGalvinism/cozyGalvinism/gitpod-setup
Browse files Browse the repository at this point in the history
Fully automate dev setup with Gitpod
  • Loading branch information
cozyGalvinism authored Oct 22, 2020
2 parents 87351c9 + 82157f7 commit e82d979
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM gitpod/workspace-dotnet

# Install custom tools, runtimes, etc.
# For example "bastet", a command-line tetris clone:
# RUN brew install bastet
#
# More information: https://www.gitpod.io/docs/config-docker/
6 changes: 6 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
image:
file: .gitpod.Dockerfile

tasks:
- init: nuget restore
command: 'echo "TODO: Replace with command to start project"'

0 comments on commit e82d979

Please sign in to comment.