Spaces:
Sleeping
Sleeping
Commit
·
ee63782
1
Parent(s):
64e01a2
change docker7
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 --no-cache-dir -r
|
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 --no-cache-dir -r requirement.txt
|
11 |
|
12 |
# Create a non-root user
|
13 |
RUN useradd -m appuser
|