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.
Luke Murphy e54fe8ebf4
Revert "Fork the server docker file"
This reverts commit 55afd07a1d035a8cb9ca01a90d4ce47fe7977da1.

This doesn't seem doable.
2020-03-25 01:39:02 +01:00

8 lines
80 B
Docker

FROM drone/drone:1
EXPOSE 8097
ENV DRONE_SERVER_PORT=:8097
COPY . ${WORKDIR}