Skip to content

Commit

Permalink
Merge pull request #41 from Roopan-Microsoft/psl-fix-docker
Browse files Browse the repository at this point in the history
Update Dockerfile for Azure Funciton
  • Loading branch information
Roopan-Microsoft authored Nov 13, 2024
2 parents a5fbf30 + 3481430 commit 8bc9739
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 8bc9739

Please sign in to comment.