Spaces:
Sleeping
Sleeping
T1ckbase
commited on
Commit
·
4984411
1
Parent(s):
4449f75
remove DENO_DEPLOYMENT_ID
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM denoland/deno:latest
|
2 |
|
3 |
-
ENV DENO_DEPLOYMENT_ID=123
|
4 |
|
5 |
EXPOSE 7860
|
6 |
|
|
|
1 |
FROM denoland/deno:latest
|
2 |
|
3 |
+
# ENV DENO_DEPLOYMENT_ID=123
|
4 |
|
5 |
EXPOSE 7860
|
6 |
|