Don't open out 443 until we have the cert

This commit is contained in:
Luke Murphy 2020-03-24 23:15:42 +01:00
parent 784bf72838
commit 4e41bf3e33
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
FROM drone/drone:1
EXPOSE 80
EXPOSE 443
COPY . ${WORKDIR}

View File

@ -29,5 +29,5 @@
dokku_ports:
app: drone
mappings:
- "https:443:443"
- "https:443:80"
state: present