Skip to content
Snippets Groups Projects
Commit 82cb03b4 authored by llitfkitfk's avatar llitfkitfk
Browse files

change base image to alpine tag

parent 8005d4f8
No related branches found
No related tags found
No related merge requests found
FROM nginx:1.9 FROM nginx:alpine
ADD run.sh /run.sh ADD run.sh /run.sh
ADD default.conf /etc/nginx/conf.d/default.conf ADD default.conf /etc/nginx/conf.d/default.conf
......
#!/usr/bin/env bash #!/usr/bin/env sh
if [ ! -n "$SERVER_REDIRECT" ] ; then if [ ! -n "$SERVER_REDIRECT" ] ; then
echo "Environment variable SERVER_REDIRECT is not set, exiting." echo "Environment variable SERVER_REDIRECT is not set, exiting."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment