Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,6 +5,6 @@ COPY . .
|
|
| 5 |
|
| 6 |
RUN deno cache main.ts
|
| 7 |
|
| 8 |
-
EXPOSE
|
| 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"]
|