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