v3
This commit is contained in:
parent
c1b13d9897
commit
a0c1d0a6ed
@ -1,7 +1,7 @@
|
||||
# The tag here should match the Meteor version of your app, per .meteor/release
|
||||
FROM geoffreybooth/meteor-base:1.10.2
|
||||
|
||||
ENV METEOR_ALLOW_SUPERUSER=TRUE
|
||||
# ENV METEOR_ALLOW_SUPERUSER=TRUE
|
||||
# Copy app package.json and package-lock.json into container
|
||||
COPY package*.json $APP_SOURCE_FOLDER/
|
||||
|
||||
@ -18,8 +18,8 @@ FROM node:12.16.1-alpine
|
||||
|
||||
ENV APP_BUNDLE_FOLDER /opt/bundle
|
||||
ENV SCRIPTS_FOLDER /docker
|
||||
ENV NODE_ENV=production
|
||||
ENV METEOR_ALLOW_SUPERUSER=TRUE
|
||||
# ENV NODE_ENV=production
|
||||
# ENV METEOR_ALLOW_SUPERUSER=TRUE
|
||||
|
||||
|
||||
# Runtime dependencies; if your dependencies need compilation (native modules such as bcrypt) or you are using Meteor <1.8.1, use app-with-native-dependencies.dockerfile instead
|
||||
|
||||
Loading…
Reference in New Issue
Block a user