Merge pull request #198 from mattermost/use-alpine-on-web
Use Alpine based Nginx image for Web container
This commit is contained in:
commit
7cccaa82d7
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
# Define default value for app container hostname and port
|
||||
APP_HOST=${APP_HOST:-app}
|
||||
|
Reference in New Issue
Block a user