use alpine image to reduce image size by half (#209)

This commit is contained in:
Denys Vuika 2018-03-01 19:04:22 +00:00 committed by GitHub
parent bd33afb175
commit c9ffe0ac24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM nginx
FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf