Match upstream Dockerfile

This commit is contained in:
Luke Murphy 2020-03-24 22:41:19 +01:00
parent f8389a338d
commit 8ab099735d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -10,4 +10,4 @@ main() {
main
/bin/drone-controller "$@"
/bin/drone-server "$@"