Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -4,6 +4,8 @@ FROM python:3.10-slim
|
|
4 |
RUN useradd -m -u 1000 user
|
5 |
USER root
|
6 |
|
|
|
|
|
7 |
# Set the working directory in the container
|
8 |
WORKDIR /app
|
9 |
|
|
|
4 |
RUN useradd -m -u 1000 user
|
5 |
USER root
|
6 |
|
7 |
+
COPY --link --chown=1000 ./ /app
|
8 |
+
|
9 |
# Set the working directory in the container
|
10 |
WORKDIR /app
|
11 |
|