Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
vmpartner committed Oct 8, 2017
0 parents commit 459b86b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM phpdockerio/php56-fpm

MAINTAINER vitams

RUN usermod -u 1000 www-data

WORKDIR /var/www/bitrix

CMD ["php-fpm"]

EXPOSE 9000
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# php5.6-fpm for BitrixDock
https://github.com/bitrixdock/bitrixdock

0 comments on commit 459b86b

Please sign in to comment.