Skip to content

Commit

Permalink
Fixed up details entries
Browse files Browse the repository at this point in the history
  • Loading branch information
codepope committed Aug 10, 2020
1 parent e66f698 commit 7a1dbf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builtinsupport/builtinsupport.go
Expand Up @@ -78,7 +78,7 @@ At runtime, it uses rackup to run app.rb`,
Builtin{Name: "deno",
Description: "Deno builtin",
Details: `Uses Alpine image from https://github.com/hayd/deno-docker.
runs main.ts with --allow-net set and requires deps.ts for dependencies`,
runs main.ts with --allow-net set and requires deps.ts for dependencies.`,
FileText: `
FROM hayd/alpine-deno:1.2.1
EXPOSE 8080
Expand Down Expand Up @@ -108,7 +108,7 @@ runs main.ts with --allow-net set and requires deps.ts for dependencies`,
`},
Builtin{Name: "static",
Description: "Web server builtin",
Details: `All files are copied to the image and served`,
Details: `All files are copied to the image and served.`,
FileText: `
FROM pierrezemb/gostatic
COPY . /srv/http/
Expand Down

0 comments on commit 7a1dbf2

Please sign in to comment.