Try opening port from here

This commit is contained in:
Luke Murphy
2020-03-25 01:29:56 +01:00
parent c0a5593329
commit 6336cb5d11

View File

@ -2,4 +2,6 @@ FROM drone/drone:1
EXPOSE 8097
ENV DRONE_SERVER_PORT=:8097
COPY . ${WORKDIR}