Merge pull request #198 from mattermost/use-alpine-on-web

Use Alpine based Nginx image for Web container
This commit is contained in:
Pan Luo 2017-11-19 23:29:10 -08:00 committed by GitHub
commit 7cccaa82d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM nginx:mainline
FROM nginx:mainline-alpine
# Remove default configuration and add our custom Nginx configuration files
RUN rm /etc/nginx/conf.d/default.conf

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Define default value for app container hostname and port
APP_HOST=${APP_HOST:-app}