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

fix: add missing add-extra-deps script to production Dockerfile #541

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

medchedli
Copy link
Contributor

This pull request includes a change to the api/Dockerfile to add the missing extra dependency script to the production target Docker image.

  • api/Dockerfile: Added add-extra-deps.js to the Docker image to ensure additional dependencies are included during the build process.

@medchedli medchedli added the bug Something isn't working label Jan 13, 2025
@medchedli medchedli marked this pull request as ready for review January 13, 2025 15:19
@@ -38,6 +38,8 @@ WORKDIR /app

COPY package*.json ./

COPY add-extra-deps.js ./
Copy link
Contributor

Choose a reason for hiding this comment

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

To be added to the template Dockerfile as well:
COPY --from=base /app/add-extra-deps.js ./

@marrouchi marrouchi self-assigned this Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants