Create Application Container to hold App code

This commit is contained in:
Mahmoud Zalt
2016-05-18 07:13:19 +03:00
parent 1574231a80
commit 4d8a798224
3 changed files with 38 additions and 28 deletions

7
application/Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM debian:jessie
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
WORKDIR /var/www/laravel
CMD ["true"]