Dockerfile
This commit is contained in:
parent
42c409c5f1
commit
9b1c3dae9a
5
balancer/Dockerfile
Normal file
5
balancer/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM ubuntu
|
||||||
|
COPY ./webservice /
|
||||||
|
RUN chmod +x ./webservice
|
||||||
|
EXPOSE 80:8080/tcp
|
||||||
|
CMD ./webservice
|
Loading…
Reference in New Issue
Block a user