Add usual copy/pasta to Dockerfile

This commit is contained in:
Luke Murphy 2020-03-24 22:34:59 +01:00
parent 63fbe3b741
commit f8389a338d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
FROM drone/drone:1
EXPOSE 80
COPY . ${WORKDIR}
COPY sbin/* /sbin/
ENTRYPOINT ["/sbin/entrypoint.sh"]