mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
sort directives that never change in Dockerfile
This commit is contained in:
+2
-1
@@ -1,9 +1,10 @@
|
||||
FROM python:2-alpine
|
||||
|
||||
ENTRYPOINT [ "certbot" ]
|
||||
EXPOSE 80 443
|
||||
VOLUME /etc/letsencrypt /var/lib/letsencrypt
|
||||
WORKDIR /opt/certbot
|
||||
ENTRYPOINT [ "certbot" ]
|
||||
|
||||
COPY . src
|
||||
|
||||
RUN apk add --no-cache --virtual .certbot-deps \
|
||||
|
||||
Reference in New Issue
Block a user