Spaces:
Sleeping
Sleeping
T1ckbase
commited on
Commit
·
a749323
1
Parent(s):
0488b1b
root
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ EXPOSE 7860
|
|
7 |
WORKDIR /app
|
8 |
|
9 |
# Prefer not to run as root.
|
10 |
-
USER deno
|
11 |
|
12 |
RUN deno install --entrypoint main.ts
|
13 |
|
|
|
7 |
WORKDIR /app
|
8 |
|
9 |
# Prefer not to run as root.
|
10 |
+
# USER deno
|
11 |
|
12 |
RUN deno install --entrypoint main.ts
|
13 |
|