Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:shipt/specter
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyorama-shipt committed Nov 1, 2019
2 parents 04ef69f + 5e39e42 commit 77e6b04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specter-data.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ FROM alpine
COPY --from=builder /go/src/github.com/shipt/specter/specter-data /app/
RUN apk update
RUN apk upgrade
RUN apk add ca-certificates
WORKDIR /app
CMD ["./specter-data"]
CMD ["./specter-data"]

0 comments on commit 77e6b04

Please sign in to comment.