We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055f895 commit ac6e24bCopy full SHA for ac6e24b
versions/meteor-1.7.0.3/Dockerfile
@@ -1,5 +1,6 @@
1
FROM node:8.11.3
2
3
+ARG METEOR_VERSION
4
ARG NAME=base
5
ARG DESCRIPTION="Base Docker image for Reaction."
6
ARG URL=https://github.com/reactioncommerce/base
@@ -51,7 +52,7 @@ LABEL maintainer="Reaction Commerce <[email protected]>" \
51
52
com.reactioncommerce.docker.git.sha1=$GIT_SHA1 \
53
com.reactioncommerce.docker.license=$LICENSE
54
-ENV METEOR_VERSION 1.7.0.3
55
+ENV METEOR_VERSION $METEOR_VERSION
56
ENV REACTION_DOCKER_BUILD true
57
ENV APP_SOURCE_DIR /opt/reaction/src
58
ENV APP_BUNDLE_DIR /opt/reaction/dist
0 commit comments