allow superuser
This commit is contained in:
parent
d3ad147d03
commit
c1b13d9897
@ -1,6 +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
|
||||
# Copy app package.json and package-lock.json into container
|
||||
COPY package*.json $APP_SOURCE_FOLDER/
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user