app: Allow to give arguments for 'platform'

This commit is contained in:
Yi EungJun 2016-05-17 16:38:57 +09:00
parent 195ddeb980
commit 89d58d7a44
2 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,6 @@ COPY config.template.json /
COPY docker-entry.sh /
RUN chmod +x /docker-entry.sh
ENTRYPOINT /docker-entry.sh
ENTRYPOINT ["/docker-entry.sh"]
EXPOSE 80

View File

@ -30,4 +30,4 @@ sleep 1
echo "Starting platform"
cd /mattermost/bin
./platform
./platform $*