Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rf-opssupport authored Jan 6, 2025
1 parent 8a3ebd7 commit 8204c2f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@ RUN apk update && \
pip install --no-cache-dir --upgrade pip && \
pip install awscli

# Set the working directory for the application
WORKDIR /app

# Copy requirements file first to install dependencies separately
COPY requirements.txt /app/

# Install Python dependencies
RUN pip install --no-cache-dir -r requirements.txt

# Copy the rest of the application files
COPY . /app/

# Ensure that entrypoint.sh has executable permissions
Expand Down

0 comments on commit 8204c2f

Please # to comment.