Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Aug 31, 2024
1 parent cec5999 commit 1bebe7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lxc_autoscale/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ WORKDIR /app

# Copy the application files to the container
COPY *.py /app/
COPY requirements.txt /app/

# Install Python dependencies
RUN pip install --no-cache-dir -r /app/requirements.txt
Expand Down

0 comments on commit 1bebe7d

Please sign in to comment.