Spaces:
Runtime error
Runtime error
Karan Goel
commited on
Commit
ยท
6e91278
1
Parent(s):
7f9a9b4
udpate
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -4,6 +4,7 @@ RUN useradd -rm -d /code/ubuntu -s /bin/bash -g root -G sudo -u 1001 ubuntu
|
|
| 4 |
USER ubuntu
|
| 5 |
|
| 6 |
WORKDIR /code/ubuntu
|
|
|
|
| 7 |
|
| 8 |
# Install node >= 18.0.0 and npm
|
| 9 |
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
|
|
|
| 4 |
USER ubuntu
|
| 5 |
|
| 6 |
WORKDIR /code/ubuntu
|
| 7 |
+
RUN chdir 777 /code/ubuntu
|
| 8 |
|
| 9 |
# Install node >= 18.0.0 and npm
|
| 10 |
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|