You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way golem::add_dockerfile_with_renv() sets things up is by creating a deploy/ folder with the Dockerfile and a built copy of the package, which is used to install and run the package in the container.
💭 Could have an automated GitHub Actions workflow that triggers a new build of the package whenever we create a new release. So we have a production version of the package living in the deploy/ folder that only gets updated when creating a new release.
Definition of Done / Acceptance Criteria
We have a reproducible Docker container that can be used to run the app.
Testing
Documentation
Dependencies
No response
Details and Comments
See https://engineering-shiny.org/build-yourself-safety-net.html#a-reproducible-environment for some helpful tips and advice.
The text was updated successfully, but these errors were encountered: