update command in dockerfile

This commit is contained in:
Danny 2018-05-14 16:34:13 +02:00
parent 69fc3e7aa1
commit dcc3959f4c
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ FROM alpine:latest
EXPOSE 8080
WORKDIR /app
COPY --from=compiler /go/src/github.com/usefathom/fathom/fathom .
CMD ["./fathom"]
CMD ["./fathom", "server"]
RUN apk add --update bash ca-certificates && rm -rf /var/cache/apk/*