1 Commits

Author SHA1 Message Date
4304954bc3 hotfix: change dockerfile 2024-02-19 02:27:31 -05:00

View File

@@ -6,10 +6,10 @@ ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1 ENV PYTHONUNBUFFERED 1
# Set the working directory in the container # Set the working directory in the container
WORKDIR /app WORKDIR /
# Copy the current directory contents into the container at /app # Copy the current directory contents into the container at /app
COPY . /app COPY . /
# Install any needed dependencies specified in requirements.txt # Install any needed dependencies specified in requirements.txt
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt