Skip to content

Commit

Permalink
upd Dockerfile (s)
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd committed Oct 28, 2023
1 parent 9f0495a commit 291dd03
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@ FROM alpine

RUN apk add --no-cache bash tzdata

EXPOSE 8080

EXPOSE 8282
EXPOSE 8383
EXPOSE 8484
EXPOSE 8585

EXPOSE 9292
EXPOSE 9393
EXPOSE 8080

EXPOSE 9494
EXPOSE 9696

WORKDIR /app

COPY dist/topazd_linux_amd64_v1/topazd /app/
COPY dist/topaz*_linux_amd64_v1/topaz* /app/

ENTRYPOINT ["./topazd"]
11 changes: 7 additions & 4 deletions Dockerfile.goreleaser
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@ FROM alpine

RUN apk add --no-cache bash tzdata

EXPOSE 8080

EXPOSE 8282
EXPOSE 8383
EXPOSE 8484
EXPOSE 8585

EXPOSE 9292
EXPOSE 9393
EXPOSE 8080

EXPOSE 9494
EXPOSE 9696

WORKDIR /app

COPY topazd /app/
COPY topaz* /app/

ENTRYPOINT ["./topazd"]

0 comments on commit 291dd03

Please sign in to comment.