Skip to content

Commit

Permalink
deno v2 jumped the shark
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Sep 30, 2024
1 parent e7e2f36 commit cab3679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY . .
RUN echo 'import showdown from "https://esm.archive.org/showdown"; Deno.writeTextFileSync("index.html", new showdown.Converter({ completeHTMLDocument: true, tables: true, metadata: true }).makeHtml(Deno.readTextFileSync("README.md")))' | deno run -A -

# cache JS files we'll use
RUN deno cache ./index.js
RUN deno cache --allow-import ./index.js

# fire up minimal webserver that serves static files & handles arbitrary routes to JS
CMD ./index.js -p5000

0 comments on commit cab3679

Please sign in to comment.