Try absolute path in Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Peter Stuifzand 2019-08-06 23:41:50 +02:00
parent 7377aeb921
commit f889ebb9d9
Signed by: peter
GPG Key ID: 374322D56E5209E8

View File

@ -2,6 +2,6 @@ FROM alpine
RUN apk --no-cache add ca-certificates
WORKDIR /opt/micropub
EXPOSE 80
COPY ./eksterd /app/
COPY ./templates /app/templates
COPY /go/src/p83.nl/go/ekster/cmd/eksterd /app/
COPY /go/src/p83.nl/go/ekster/templates /app/templates
ENTRYPOINT ["/app/eksterd"]