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 25dc0dd commit 9de1b17Copy full SHA for 9de1b17
Dockerfile
@@ -1,6 +1,5 @@
1
FROM node:8.11.2
2
3
-ARG METEOR_VERSION=1.7.0.1
4
ARG NAME=base
5
ARG DESCRIPTION="Base Docker image for Reaction."
6
ARG URL=https://github.com/reactioncommerce/base
@@ -52,7 +51,7 @@ LABEL maintainer="Reaction Commerce <[email protected]>" \
52
51
com.reactioncommerce.docker.git.sha1=$GIT_SHA1 \
53
com.reactioncommerce.docker.license=$LICENSE
54
55
-ENV METEOR_VERSION $METEOR_VERSION
+ENV METEOR_VERSION 1.7.0.1
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