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 aaa31b7 commit cec5999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxc_autoscale/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV CPU_LOWER_THRESHOLD=20
WORKDIR /app

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

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

0 comments on commit cec5999

Please sign in to comment.