Skip to content

Commit

Permalink
Updating RefactoringValidation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lunasilvestre committed Oct 19, 2023
1 parent 3e88675 commit 05e08cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation/Dockerfile.ee_lst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY ../requirements.txt /app
RUN pip install --no-cache-dir -r requirements.txt

# Copy the modules directory and the example script into the container
COPY ../modules /app/modules
COPY ../ee_lst /app/ee_lst
COPY validation/example_1_service_account.py ./

# Run the Python script when the container launches
Expand Down

0 comments on commit 05e08cd

Please sign in to comment.