Commit Graph

61 Commits

Author SHA1 Message Date
Michael Irwin e3bfe08e71
Merge pull request #11 from StefanScherer/fix-build
Pin mkdoc versions
2020-04-14 08:03:29 -04:00
Stefan Scherer 94d5f62afc
Pin mkdoc versions
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-04-14 10:31:49 +02:00
dependabot[bot] 76b0bf7d5e
Bump acorn from 5.7.3 to 5.7.4 in /app
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-05 23:06:48 +00:00
Michael Irwin f49ff977b8
Merge pull request #6 from jrobinson041/typo-fix
Typo fix in docker compose tutorial
2020-03-19 19:16:42 -04:00
John Robinson ed5957c253 Typo fix in docker compose tutorial 2020-03-19 19:08:19 -04:00
Michael Irwin 7ba40de8b3
Merge pull request #4 from docker/remove-arg
Remove unused ARG from Dockerfile
2020-03-02 13:47:28 -05:00
Michael Irwin e6538eff54
Remove unused ARG from Dockerfile
Resolves #1
2020-03-02 13:46:36 -05:00
dependabot[bot] 915b5a6b3a
Bump handlebars from 4.2.0 to 4.7.3 in /app
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.7.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.7.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-02 18:44:02 +00:00
Michael Irwin 1651f11888
Merge pull request #2 from nebuk89/patch-1
Adding in dependency -minify
2020-03-02 13:43:29 -05:00
Ben De St Paer-Gotch 2c0cd73b95
Adding in dependency -minify
mkdocs is looking for minify and it currently isn't installed causing my builds to fail (unless I am fundamentally doing something wrong?) 
Added to requirements for installer
2020-03-02 16:29:24 +00:00
Michael Irwin 5bb26cc53a
Initial commit
Signed-off-by: mikesir87 <mikesir87@gmail.com>

Imported from dockersamples/101-tutorial, removed other languages
for now, and replaced PWD references with Docker Desktop.
2020-02-05 22:04:43 -05:00