Spaces:
Runtime error
Runtime error
Karan Goel
commited on
Commit
ยท
18ca6a2
1
Parent(s):
111dcf6
udpate
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ WORKDIR /code
|
|
| 7 |
RUN chmod 777 /code
|
| 8 |
|
| 9 |
# Install node >= 18.0.0 and npm
|
| 10 |
-
RUN curl -fsSL https://deb.nodesource.com/setup_18.x |
|
| 11 |
RUN apt-get install -y nodejs
|
| 12 |
|
| 13 |
RUN useradd -m -u 1000 user
|
|
|
|
| 7 |
RUN chmod 777 /code
|
| 8 |
|
| 9 |
# Install node >= 18.0.0 and npm
|
| 10 |
+
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
| 11 |
RUN apt-get install -y nodejs
|
| 12 |
|
| 13 |
RUN useradd -m -u 1000 user
|