Karan Goel commited on
Commit
eb0e747
ยท
1 Parent(s): 9e66fb2
Files changed (1) hide show
  1. 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 -