Icehrm docker worker and readme

This commit is contained in:
Thilina Pituwala
2020-05-25 04:12:35 +02:00
parent 0f7530024e
commit a2ca93db83
13 changed files with 125 additions and 41 deletions

View File

@@ -5,7 +5,7 @@ LABEL Maintainer="Thilina, Pituwala <thilina@icehrm.com>" \
# Install packages
RUN apk --no-cache add php7 php7-fpm php7-opcache php7-mysqli php7-json php7-openssl php7-curl \
php7-zlib php7-xml php7-phar php7-intl php7-dom php7-xmlreader php7-ctype php7-session \
php7-mbstring php7-gd nginx supervisor curl
php7-mbstring php7-gd php7-ldap nginx supervisor curl
# Configure nginx
COPY docker/prod/config/nginx.conf /etc/nginx/nginx.conf