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:
|
||||
- apk --no-cache add git
|
||||
- go get -d -t ./...
|
||||
- go build ./...
|
||||
- go install ./...
|
||||
- go build p83.nl/go/ekster/cmd/eksterd
|
||||
- go test ./...
|
||||
|
||||
- name: publish-personal
|
||||
|
|
|
@ -2,6 +2,6 @@ FROM alpine:3.7
|
|||
RUN apk --no-cache add ca-certificates
|
||||
WORKDIR /opt/micropub
|
||||
EXPOSE 80
|
||||
COPY ./bin/eksterd /app/
|
||||
COPY ./eksterd /app/
|
||||
COPY ./templates /app/templates
|
||||
ENTRYPOINT ["/app/eksterd"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user