Spaces:
Build error
Build error
Upload Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM ubuntu
|
2 |
|
3 |
-
RUN echo $
|
4 |
#RUN apt-get update && \
|
5 |
# apt-get install -y sudo && \
|
6 |
# apt-get clean
|
|
|
1 |
FROM ubuntu
|
2 |
|
3 |
+
RUN echo $API_ID
|
4 |
#RUN apt-get update && \
|
5 |
# apt-get install -y sudo && \
|
6 |
# apt-get clean
|