Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
Restyaboard
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Ali Arshad
Restyaboard
Commits
9fc9ca9e
Commit
9fc9ca9e
authored
Sep 17, 2015
by
Tsubasa Namiki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed php-fpm.d setting
parent
b0f78c00
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Dockerfile
restyaboard/Dockerfile
+3
-3
No files found.
restyaboard/Dockerfile
View file @
9fc9ca9e
...
@@ -18,11 +18,11 @@ RUN yum install -y --enablerepo=nginx nginx
...
@@ -18,11 +18,11 @@ RUN yum install -y --enablerepo=nginx nginx
# install postfix
# install postfix
RUN
yum install
-y
postfix
RUN
yum install
-y
postfix
# install php
6
.6
# install php
5
.6
RUN
yum install
-y
--enablerepo
=
remi-php56
\
RUN
yum install
-y
--enablerepo
=
remi-php56
\
php php-fpm php-pgsql php-mbstring php-pecl-imagick
php php-fpm php-pgsql php-mbstring php-pecl-imagick
RUN
sed
-i
's/^user = apache$/user = nginx/g'
/etc/
yum.repos.d/epel.repo
RUN
sed
-i
's/^user = apache$/user = nginx/g'
/etc/
php-fpm.d/www.conf
RUN
sed
-i
's/^group = apache$/group = nginx/g'
/etc/
yum.repos.d/epel.repo
RUN
sed
-i
's/^group = apache$/group = nginx/g'
/etc/
php-fpm.d/www.conf
# install node.js
# install node.js
RUN
yum install
-y
--enablerepo
=
epel nodejs npm
RUN
yum install
-y
--enablerepo
=
epel nodejs npm
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment