Spaces:
Runtime error
Runtime error
Karan Goel
commited on
Commit
ยท
eb0e747
1
Parent(s):
9e66fb2
update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ FROM python:3.9
|
|
5 |
|
6 |
WORKDIR /code
|
7 |
RUN chmod 777 /code
|
8 |
-
RUN echo SPACE_AUTHOR_NAME
|
9 |
|
10 |
# Install node >= 18.0.0 and npm
|
11 |
# RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
|
|
5 |
|
6 |
WORKDIR /code
|
7 |
RUN chmod 777 /code
|
8 |
+
RUN echo $SPACE_AUTHOR_NAME
|
9 |
|
10 |
# Install node >= 18.0.0 and npm
|
11 |
# RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|