Skip to content

Commit

Permalink
fix: server port
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanyLeonic committed Mar 3, 2024
1 parent 64c64d2 commit af4fd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ RUN apk update && apk add ca-certificates && apk cache clean
WORKDIR /usr/local/cosmic_kube
COPY backend/target/release/cosmic_kube_amd64 /usr/local/bin/cosmic_kube

EXPOSE 443
EXPOSE 8000

CMD ["cosmic_kube"]

0 comments on commit af4fd7e

Please sign in to comment.