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 has been 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.
The text was updated successfully, but these errors were encountered:
Use case:
Running meteor platform-remove ios so Mac binaries are bundled into a meteor app before being put into a docker image that will run on AWS Linux.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If there is a
docker-preinstall.sh
next to the Dockerfile, MiniMeteor should run it as a build step beforemeteor build
. Similarly,docker-postbuild.sh
should optionally run aftermeteor build
, anddocker-postinstall
should run afternpm install
.This way users can install additional
apt
packages and execute custom build steps.The text was updated successfully, but these errors were encountered: