Skip to content
This repository was archived by the owner on Feb 6, 2019. It is now read-only.

Update Dockerfile #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM php:5.6-apache

MAINTAINER Bastien MENNESSON <bastien.mennesson@d2-si.eu>
LABEL maintainer="Bastien MENNESSON <bastien.mennesson@d2-si.eu>"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


ENV AWS_LIBMEMCACHED_URL="https://github.com/awslabs/aws-elasticache-cluster-client-libmemcached.git" \
LIBMEMCACHED_PATH="/usr/include/libmemcached"
Expand Down Expand Up @@ -43,9 +43,7 @@ WORKDIR /var/www/html

# Installing phpMemAdmin
RUN composer install --quiet --no-interaction --no-scripts && \
cp -R vendor/clickalicious/phpmemadmin/app . && \
cp -R vendor/clickalicious/phpmemadmin/bin . && \
cp -R vendor/clickalicious/phpmemadmin/web . && \
cp -R vendor/clickalicious/phpmemadmin/(app|bin|web) . && \
chown -R www-data:www-data .

ENTRYPOINT ["/entrypoint.sh"]
Expand Down