Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -3,6 +3,8 @@
|
|
3 |
# Use an official Node.js runtime as the base image
|
4 |
FROM node:18
|
5 |
|
|
|
|
|
6 |
# Set the working directory in the container
|
7 |
WORKDIR /usr/src/app
|
8 |
|
|
|
3 |
# Use an official Node.js runtime as the base image
|
4 |
FROM node:18
|
5 |
|
6 |
+
USER 1000
|
7 |
+
|
8 |
# Set the working directory in the container
|
9 |
WORKDIR /usr/src/app
|
10 |
|