Skip to content

Commit

Permalink
Fix docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
luckychess committed Dec 8, 2024
1 parent 273e969 commit 5fccc3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN make build
FROM golang:${GO_VERSION}-alpine3.20

COPY --from=build-env /root/build/sscd /usr/bin/
COPY --from=build-env /root/start.sh /root/

RUN apk add gcompat bash curl

Expand All @@ -25,4 +24,4 @@ EXPOSE 26657
EXPOSE 1317
EXPOSE 9090

CMD ["bash","/root/start.sh"]
CMD ["sscd", "start"]

0 comments on commit 5fccc3c

Please sign in to comment.