Patch to add HTTP (auto redirected by Deno)
This commit is contained in:
@@ -7,6 +7,7 @@ RUN deno cache main.ts
|
||||
RUN deno task build
|
||||
|
||||
USER deno
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
|
||||
CMD ["run", "-A", "main.ts"]
|
||||
Reference in New Issue
Block a user