Dockerfile

This commit is contained in:
Andrzej Preibisz 2023-01-14 22:51:54 +01:00
parent 42c409c5f1
commit 9b1c3dae9a

5
balancer/Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM ubuntu
COPY ./webservice /
RUN chmod +x ./webservice
EXPOSE 80:8080/tcp
CMD ./webservice