Merge pull request #12 from danopz/debain

Thanks @danopz, spellcheck FTW!
This commit is contained in:
Bret Fisher 2018-02-12 11:18:29 -05:00 коммит произвёл GitHub
Родитель 840effc7d3 1086c15c0b
Коммит f2a1c4c922
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -5,7 +5,7 @@
# describes
FROM debian:stretch-slim
# all images must have a FROM
# usually from a minimal Linux distribution like debain or (even better) alpine
# usually from a minimal Linux distribution like debian or (even better) alpine
# if you truly want to start with an empty container, use FROM scratch
ENV NGINX_VERSION 1.13.6-1~stretch
@ -51,4 +51,4 @@ EXPOSE 80 443
CMD ["nginx", "-g", "daemon off;"]
# required: run this command when container is launched
# only one CMD allowed, so if there are mulitple, last one wins
# only one CMD allowed, so if there are multiple, last one wins