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
{{ message }}
This repository was archived by the owner on May 22, 2023. It is now read-only.
If there is a docker-preinstall.sh next to the Dockerfile, MiniMeteor should run it as a build step before meteor build. Similarly, docker-postbuild.sh should optionally run after meteor build, and docker-postinstall should run after npm install.
This way users can install additional apt packages and execute custom build steps.