Spaces:
Runtime error
Runtime error
Karan Goel
commited on
Commit
ยท
cce430e
1
Parent(s):
b5a7b66
udpate
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
|
17 |
RUN apt-get install -y nodejs
|
18 |
|
19 |
# Install npm packages
|
20 |
-
WORKDIR /code/meerkat/interactive/app/
|
21 |
RUN npm install && npm run build
|
22 |
|
23 |
COPY . .
|
|
|
17 |
RUN apt-get install -y nodejs
|
18 |
|
19 |
# Install npm packages
|
20 |
+
WORKDIR /code/meerkat/meerkat/interactive/app/
|
21 |
RUN npm install && npm run build
|
22 |
|
23 |
COPY . .
|