forked from andika/membership-be
docker deleted
This commit is contained in:
@@ -8,7 +8,7 @@ WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
|
||||
# Install dependencies
|
||||
RUN pip3 install -r requirements.txt
|
||||
RUN pip3 install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Copy the rest of the project
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user