diff options
author | terminaldweller <thabogre@gmail.com> | 2021-02-27 04:43:32 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-02-27 04:43:32 +0000 |
commit | b197fe2e81e129d1c09deecb80c432550b138c28 (patch) | |
tree | c6fb1fc35906bbe7bfea4b18bdc25a3811883c0c /.gitpod.yml | |
parent | gitpod (diff) | |
download | hived-b197fe2e81e129d1c09deecb80c432550b138c28.tar.gz hived-b197fe2e81e129d1c09deecb80c432550b138c28.zip |
added a dockerfile for gitpod
Diffstat (limited to '.gitpod.yml')
-rw-r--r-- | .gitpod.yml | 2 |
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 |