This website requires JavaScript.
Explore
Help
Sign In
autonomic-cooperative
/
drone.autonomic.zone
Archived
Watch
5
Star
0
Fork
1
You've already forked drone.autonomic.zone
Code
Issues
Pull Requests
Releases
Wiki
Activity
This repository has been archived on
2020-10-01
. You can view files and clone it, but cannot push or open issues or pull requests.
e54fe8ebf4
drone.autonomic.zone
/
Dockerfile
8 lines
80 B
Docker
Raw
Normal View
History
Unescape
Escape
Revert "Fork the server docker file" This reverts commit 55afd07a1d035a8cb9ca01a90d4ce47fe7977da1. This doesn't seem doable.
2020-03-25 00:39:02 +00:00
FROM
drone/drone:1
Init drone app
2020-03-10 09:35:34 +00:00
Arrange HTTPS configuration
2020-03-25 00:21:53 +00:00
EXPOSE
8097
Copy over CHECKS configuration
2020-03-24 21:52:56 +00:00
Try opening port from here
2020-03-25 00:29:56 +00:00
ENV
DRONE_SERVER_PORT
=
:8097
Revert "Fork the server docker file" This reverts commit 55afd07a1d035a8cb9ca01a90d4ce47fe7977da1. This doesn't seem doable.
2020-03-25 00:39:02 +00:00
COPY
.
${
WORKDIR
}
Reference in New Issue
Copy Permalink