Spaces:
Runtime error
Runtime error
Commit
·
1c2fd7e
1
Parent(s):
13d62a7
comment
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install nodejs -y
|
|
| 7 |
# print npm path
|
| 8 |
RUN which npm
|
| 9 |
|
| 10 |
-
Set up a new user named "user" with user ID 1000
|
| 11 |
RUN useradd -m -u 1000 user
|
| 12 |
|
| 13 |
# Switch to the "user" user
|
|
|
|
| 7 |
# print npm path
|
| 8 |
RUN which npm
|
| 9 |
|
| 10 |
+
#Set up a new user named "user" with user ID 1000
|
| 11 |
RUN useradd -m -u 1000 user
|
| 12 |
|
| 13 |
# Switch to the "user" user
|