Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Roopan-Microsoft authored Nov 13, 2024
1 parent a5fbf30 commit 3481430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ClientAdvisor/AzureFunction/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
AzureFunctionsJobHost__Logging__Console__IsEnabled=true

# Copy the requirements.txt from the correct path
COPY ./ClientAdvisor/App/requirements.txt /requirements.txt
COPY ./ClientAdvisor/AzureFunction/requirements.txt /requirements.txt
RUN pip install -r /requirements.txt

# Copy the application files to the correct directory
COPY ./ClientAdvisor/App/ /home/site/wwwroot
COPY ./ClientAdvisor/AzureFunction/ /home/site/wwwroot

0 comments on commit 3481430

Please sign in to comment.