aboutsummaryrefslogtreecommitdiffstats
path: root/.gitpod.yml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-02-27 04:43:32 +0000
committerterminaldweller <thabogre@gmail.com>2021-02-27 04:43:32 +0000
commitb197fe2e81e129d1c09deecb80c432550b138c28 (patch)
treec6fb1fc35906bbe7bfea4b18bdc25a3811883c0c /.gitpod.yml
parentgitpod (diff)
downloadhived-b197fe2e81e129d1c09deecb80c432550b138c28.tar.gz
hived-b197fe2e81e129d1c09deecb80c432550b138c28.zip
added a dockerfile for gitpod
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index 0fc07cc..f15c853 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -1,5 +1,5 @@
image:
- file: ./Dockerfile
+ file: .gitpod.Dockerfile
tasks:
- init: go mod download