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
fe2e28e9
Commit
fe2e28e9
authored
Sep 07, 2015
by
Tsubasa Namiki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bug: failed registered-mail-sending
install postfix
parent
eebfc539
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
Dockerfile
restyaboard/Dockerfile
+3
-0
docker-entrypoint.sh
restyaboard/docker-entrypoint.sh
+1
-0
No files found.
restyaboard/Dockerfile
View file @
fe2e28e9
...
...
@@ -15,6 +15,9 @@ RUN rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
COPY
etc/yum.repos.d/nginx.repo /etc/yum.repos.d/
RUN
yum install
-y
--enablerepo
=
nginx nginx
# install postfix
RUN
yum install
-y
postfix
# install php6.6
RUN
yum install
-y
--enablerepo
=
remi-php56
\
php php-fpm php-pgsql php-mbstring php-pecl-imagick
...
...
restyaboard/docker-entrypoint.sh
View file @
fe2e28e9
...
...
@@ -35,6 +35,7 @@ if [ "$1" = 'start' ]; then
crond
php-fpm
nginx
postfix start
# tail log
exec
tail
-f
/var/log/nginx/access.log /var/log/nginx/error.log
...
...
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