Call new server from Dockerfile
This commit is contained in:
parent
26c8295193
commit
1d589ade0e
|
|
@ -1,5 +1,5 @@
|
||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
RUN apt-get -y update && apt-get install -y ca-certificates
|
RUN apt-get -y update && apt-get install -y ca-certificates
|
||||||
ADD ./server /usr/local/bin
|
ADD ./eksterd /usr/local/bin
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
ENTRYPOINT ["/usr/local/bin/server"]
|
ENTRYPOINT ["/usr/local/bin/eksterd"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user