Compile execute inside Docker context
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7fe5d7a60f
commit
caf9ecc6ad
|
@ -16,8 +16,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- apk --no-cache add git
|
- apk --no-cache add git
|
||||||
- go get -d -t ./...
|
- go get -d -t ./...
|
||||||
- go build ./...
|
- go build p83.nl/go/ekster/cmd/eksterd
|
||||||
- go install ./...
|
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
|
||||||
- name: publish-personal
|
- name: publish-personal
|
||||||
|
|
|
@ -2,6 +2,6 @@ FROM alpine:3.7
|
||||||
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 ./bin/eksterd /app/
|
COPY ./eksterd /app/
|
||||||
COPY ./templates /app/templates
|
COPY ./templates /app/templates
|
||||||
ENTRYPOINT ["/app/eksterd"]
|
ENTRYPOINT ["/app/eksterd"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user