Spaces:
Running
Running
Commit
·
79fcd0a
1
Parent(s):
474cb46
update: config
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
# Use the official Node.js v18 image as the base image
|
2 |
FROM node:18
|
3 |
|
|
|
|
|
4 |
RUN useradd -m -u 1000 user
|
5 |
|
6 |
# Set the working directory inside the container
|
|
|
1 |
# Use the official Node.js v18 image as the base image
|
2 |
FROM node:18
|
3 |
|
4 |
+
USER user
|
5 |
+
|
6 |
RUN useradd -m -u 1000 user
|
7 |
|
8 |
# Set the working directory inside the container
|