Spaces:
Runtime error
Runtime error
Karan Goel
commited on
Commit
ยท
3ca6be6
1
Parent(s):
f0524c8
udpate
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -11,7 +11,8 @@ RUN apt-get install -y nodejs
|
|
11 |
RUN git clone https://github.com/hazyresearch/meerkat.git
|
12 |
|
13 |
WORKDIR /code/meerkat/meerkat/interactive/app/
|
14 |
-
#
|
|
|
15 |
RUN npm install && npm run build
|
16 |
|
17 |
WORKDIR /code/meerkat/
|
|
|
11 |
RUN git clone https://github.com/hazyresearch/meerkat.git
|
12 |
|
13 |
WORKDIR /code/meerkat/meerkat/interactive/app/
|
14 |
+
# Echo the result of ls
|
15 |
+
RUN ls > /code/ls.txt && cat /code/ls.txt
|
16 |
RUN npm install && npm run build
|
17 |
|
18 |
WORKDIR /code/meerkat/
|