Change path of files for Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2019-03-19 22:32:36 +01:00
parent 3fe76d1fce
commit 6e09f208b5
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 /go/bin/eksterd /app/
COPY /go/src/p83.nl/go/ekster/templates /app/templates
COPY ./eksterd /app/
COPY ./templates /app/templates
ENTRYPOINT ["/app/eksterd"]