Start of docker stuff
This commit is contained in:
parent
9c35196867
commit
a78b15aab7
7 changed files with 58 additions and 9 deletions
7
Client/Dockerfile
Normal file
7
Client/Dockerfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM httpd:2.4
|
||||
WORKDIR /app
|
||||
|
||||
COPY . /usr/local/apache2/htdocs
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue