Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -41,9 +41,6 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
|
|
41 |
|
42 |
# Create a working directory
|
43 |
WORKDIR /app
|
44 |
-
COPY ./requirements.txt /app/requirements.txt
|
45 |
-
|
46 |
-
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
47 |
|
48 |
# Create a non-root user and switch to it
|
49 |
RUN adduser --disabled-password --gecos '' --shell /bin/bash user \
|
|
|
41 |
|
42 |
# Create a working directory
|
43 |
WORKDIR /app
|
|
|
|
|
|
|
44 |
|
45 |
# Create a non-root user and switch to it
|
46 |
RUN adduser --disabled-password --gecos '' --shell /bin/bash user \
|