diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile new file mode 100644 index 00000000..f0decb62 --- /dev/null +++ b/.gitpod.Dockerfile @@ -0,0 +1,7 @@ +FROM gitpod/workspace-mongodb + +# 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/ diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..bf29590b --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,6 @@ +image: + file: .gitpod.Dockerfile + +tasks: + - init: go get && go build ./... && go test ./... + command: go run diff --git a/README.md b/README.md index 48e3811a..4c547de8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[](https://gitpod.io/#https://github.com/primeithard/filebrowser) + +[](https://gitpod.io/#https://github.com/primeithard/filebrowser) +