forked from meissa/ModeratorElection
switch to https and no need for MEMBERNAMES env call
This commit is contained in:
parent
88b94b61f3
commit
65651cad10
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@ FROM ubuntu:latest
|
|||
RUN apt-get update
|
||||
RUN apt-get -qqy upgrade
|
||||
|
||||
EXPOSE 8080
|
||||
EXPOSE 8433
|
||||
CMD ["mkdir /usr/local/src/ModeratorElection"]
|
||||
WORKDIR /usr/local/src/ModeratorElection/
|
||||
|
||||
#copy graalvm binary
|
||||
COPY --from=build-env /usr/local/src/ModeratorElection/build/native/nativeCompile/ /usr/local/src/ModeratorElection/
|
||||
RUN chmod 0740 ./ModeratorElection
|
||||
ENTRYPOINT ["MEMBERNAMES ./ModeratorElection"]
|
||||
ENTRYPOINT ["./ModeratorElection"]
|
||||
|
|
Loading…
Reference in a new issue