Add 'Dockerfile'

This commit is contained in:
Wojciech Mikołajski 2024-02-01 09:49:53 +01:00
parent 88795e1038
commit 23e9337df0
1 changed files with 5 additions and 0 deletions

5
Dockerfile Normal file
View File

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