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

Create Docker image #14

Closed
nitnelave opened this issue Jun 28, 2021 · 0 comments · Fixed by #21
Closed

Create Docker image #14

nitnelave opened this issue Jun 28, 2021 · 0 comments · Fixed by #21
Labels
enhancement New feature or request
Projects
Milestone

Comments

@nitnelave
Copy link
Member

This shouldn't be too hard, but let's try to make it small if we can:

  • Start with an alpine linux image (other option is to start from a scratch image, but that can be annoying to debug).
  • Use a two-step image build, where one image installs Rust, npm and so on, builds the project, and the second images copies the resulting binary and compiled JS.
@nitnelave nitnelave added the enhancement New feature or request label Jun 28, 2021
@nitnelave nitnelave added this to the MVP milestone Jun 28, 2021
@nitnelave nitnelave linked a pull request Jun 30, 2021 that will close this issue
@nitnelave nitnelave added this to Done in MVP Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
MVP
Done
Development

Successfully merging a pull request may close this issue.

1 participant