This commit is contained in:
parent
f889ebb9d9
commit
0e9c975e45
|
@ -2,6 +2,6 @@ FROM alpine
|
||||||
RUN apk --no-cache add ca-certificates
|
RUN apk --no-cache add ca-certificates
|
||||||
WORKDIR /opt/micropub
|
WORKDIR /opt/micropub
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
COPY /go/src/p83.nl/go/ekster/cmd/eksterd /app/
|
COPY ./eksterd /app/
|
||||||
COPY /go/src/p83.nl/go/ekster/templates /app/templates
|
COPY ./templates /app/templates
|
||||||
ENTRYPOINT ["/app/eksterd"]
|
ENTRYPOINT ["/app/eksterd"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user