Don't open out 443 until we have the cert
This commit is contained in:
parent
784bf72838
commit
4e41bf3e33
@ -1,6 +1,5 @@
|
|||||||
FROM drone/drone:1
|
FROM drone/drone:1
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
EXPOSE 443
|
|
||||||
|
|
||||||
COPY . ${WORKDIR}
|
COPY . ${WORKDIR}
|
||||||
|
@ -29,5 +29,5 @@
|
|||||||
dokku_ports:
|
dokku_ports:
|
||||||
app: drone
|
app: drone
|
||||||
mappings:
|
mappings:
|
||||||
- "https:443:443"
|
- "https:443:80"
|
||||||
state: present
|
state: present
|
||||||
|
Reference in New Issue
Block a user