Spaces:
Sleeping
Sleeping
Commit
·
09fd838
1
Parent(s):
ee63782
change docker9
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
|
|
7 |
COPY . /app
|
8 |
|
9 |
# Install any needed packages specified in requirements.txt
|
10 |
-
RUN pip install
|
11 |
|
12 |
# Create a non-root user
|
13 |
RUN useradd -m appuser
|
|
|
7 |
COPY . /app
|
8 |
|
9 |
# Install any needed packages specified in requirements.txt
|
10 |
+
RUN pip install -r requirement.txt
|
11 |
|
12 |
# Create a non-root user
|
13 |
RUN useradd -m appuser
|