Skip to content

Commit

Permalink
Merge pull request #76 from doncicuto/feat-75
Browse files Browse the repository at this point in the history
feat: move glim to bin
  • Loading branch information
doncicuto authored Oct 19, 2022
2 parents 63775e1 + 6bdeeb3 commit 2b51854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ RUN go build -o /go/bin/glim

FROM alpine
RUN apk add ca-certificates
COPY --from=build /go/bin/glim /app/glim
COPY --from=build /go/bin/glim /bin/glim
RUN adduser --disabled-password glim
USER glim
EXPOSE 1323
EXPOSE 1636
CMD ["server", "start"]
ENTRYPOINT ["/app/glim"]
ENTRYPOINT ["/bin/glim"]

0 comments on commit 2b51854

Please sign in to comment.