Add usual copy/pasta to Dockerfile
This commit is contained in:
parent
63fbe3b741
commit
f8389a338d
@ -1,3 +1,9 @@
|
||||
FROM drone/drone:1
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
COPY . ${WORKDIR}
|
||||
|
||||
COPY sbin/* /sbin/
|
||||
|
||||
ENTRYPOINT ["/sbin/entrypoint.sh"]
|
||||
|
Reference in New Issue
Block a user