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
Copy file name to clipboardexpand all lines: readme.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@ Docker image to run Meteor apps.
10
10
- Runs app as non-root user
11
11
- Compatible with Meteor up
12
12
13
+
## Tags
14
+
15
+
-`zodern/meteor:base`
16
+
-`zodern/meteor:root` Same as the base, except runs the app as the root user. Notes below about permissions do not apply to this image.
17
+
-`zodern/meteor:slim` Comming soon. Is a smaller image without node or npm preinstalled. During ONBUILD or when starting the app, it will install the correct version.
18
+
13
19
## How To Use
14
20
15
21
### Permissions
@@ -49,7 +55,7 @@ The `--build-arg NODE_VERSION=<node version>` is optional, and only needed if a
49
55
Run
50
56
51
57
```bash
52
-
docker run --name my-meteor-app -v /path/to/folder/with/bundle:/bundle -e "ROOT_URL=http://app.com" zodern/meteor
0 commit comments