1
0
Fork 0
mirror of https://github.com/imjasonh/deno-image synced 2026-07-23 00:00:03 +00:00

initial commit

This commit is contained in:
Jason Hall 2021-08-24 09:37:21 -04:00
commit b70539f802
6 changed files with 233 additions and 0 deletions

3
run.sh Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
docker run -p 8000:8000 $(./build.sh)