diff --git a/CHANGELOG.md b/CHANGELOG.md index 456826d8a..6a530dadb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v1.12.0](https://github.com/hoppscotch/hoppscotch/tree/v1.12.0) (2020-05-27) + +[Full Changelog](https://github.com/hoppscotch/hoppscotch/compare/v1.10.0...v1.12.0) + ## [v1.10.0](https://github.com/hoppscotch/hoppscotch/tree/v1.10.0) (2020-04-10) [Full Changelog](https://github.com/hoppscotch/hoppscotch/compare/v1.9.9...v1.10.0) diff --git a/Dockerfile b/Dockerfile index ae4723612..30dcb6897 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,9 +17,9 @@ ADD . /app/ COPY . . -RUN npm run generate - ENV HOST 0.0.0.0 EXPOSE 3000 +RUN mv .env.example .env + CMD ["npm", "run", "dev"] diff --git a/components/collections/graphql/Collection.vue b/components/collections/graphql/Collection.vue index ed6345c55..a0571ace7 100644 --- a/components/collections/graphql/Collection.vue +++ b/components/collections/graphql/Collection.vue @@ -148,7 +148,10 @@