hongshi-files commited on
Commit
f6e6e59
·
verified ·
1 Parent(s): 1875d99

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,6 +5,6 @@ COPY . .
5
 
6
  RUN deno cache main.ts
7
 
8
- EXPOSE 7860
9
 
10
  CMD ["run", "--allow-net", "--allow-env", "--allow-read", "main.ts"]
 
5
 
6
  RUN deno cache main.ts
7
 
8
+ EXPOSE 8090
9
 
10
  CMD ["run", "--allow-net", "--allow-env", "--allow-read", "main.ts"]