Skip to content

Feature: Add Dockerfile with multi-stage Node.js build #1552

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

RetroHoarder
Copy link

  • Uses Node 18-slim for build and runtime
  • Installs dependencies and builds TypeScript in build stage
  • Copies only dist and package files to production image
  • Suitable for running the igir CLI tool in Docker

…- Uses Node 18-slim for build and runtime\n- Installs dependencies and builds TypeScript in build stage\n- Copies only dist and package files to production image\n- Suitable for running the igir CLI tool in Docker
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

👋 Welcome

Thank you for your first pull request, @RetroHoarder! If you haven't yet, please familiarize yourself with Igir's contribution guidelines.

Some GitHub Actions CI workflows may not automatically run for you due to GitHub's security best practices, so a maintainer may need to manually approve the workflows to run. As a result, it is important to make sure tests pass locally before submitting a pull request to help ensure a fast review. Thank you!

Comment generated by the GitHub First Interaction workflow.

@RetroHoarder RetroHoarder changed the title Add Dockerfile with multi-stage Node.js build Feature: Add Dockerfile with multi-stage Node.js build Apr 21, 2025
Copy link

github-actions bot commented Apr 21, 2025

🧪 Branch testing instructions

This pull request can be tested locally with the following command:

npm exec --yes -- "github:RetroHoarder/igir#main" [commands..] [options]

Comment generated by the Node.js Branch Exec workflow.

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.

1 participant