Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Docker for deployment #24

Merged
merged 1 commit into from
Jul 31, 2024
Merged

Use Docker for deployment #24

merged 1 commit into from
Jul 31, 2024

Conversation

aaronfriedman6
Copy link
Contributor

This was necessary in order to install Google Chrome, which the OverDrive tests require

RUN ./chrome_installer.sh
RUN rm ./chrome_installer.sh

COPY requirements.txt ${LAMBDA_TASK_ROOT}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the LAMBDA_TASK_ROOT automatically set? Or does the user have to do that?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically set

@aaronfriedman6 aaronfriedman6 merged commit e3fbbaa into main Jul 31, 2024
2 checks passed
@aaronfriedman6 aaronfriedman6 deleted the add-docker branch July 31, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants