Add 'Dockerfile'
This commit is contained in:
parent
88795e1038
commit
23e9337df0
5
Dockerfile
Normal file
5
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