Skip to content
Snippets Groups Projects
Commit f8cf0fa6 authored by zachary's avatar zachary
Browse files

Adds dockerfile

parent b2c1365e
No related branches found
No related tags found
No related merge requests found
build
build.xml
ChangeLog
composer.json
CONTRIBUTING.md
COPYING
COPYRIGHT
dev
doc
Dockerfile
INSTALL
README-FR.md
README.md
robots.txt
scripts
test
\ No newline at end of file
FROM php:5.6-apache
RUN apt-get update && apt-get install -y php5-gd php5-mysql
COPY htdocs/ /var/www/html/
RUN chown -hR www-data:www-data /var/www/html
EXPOSE 80
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment