Spaces:
Running
Running
Commit
•
aeb3abd
1
Parent(s):
c0ab821
fix
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -25,7 +25,6 @@ RUN apk add --no-cache ffmpeg
|
|
25 |
|
26 |
# Set up a new user named "user" with user ID 1000
|
27 |
RUN adduser --disabled-password --uid 1001 user
|
28 |
-
RUN adduser --system --uid 1001 nextjs
|
29 |
|
30 |
# Switch to the "user" user
|
31 |
USER user
|
|
|
25 |
|
26 |
# Set up a new user named "user" with user ID 1000
|
27 |
RUN adduser --disabled-password --uid 1001 user
|
|
|
28 |
|
29 |
# Switch to the "user" user
|
30 |
USER user
|