Adding .dockerignore to trim the docker container, removing some redundant files and updated README
This commit is contained in:
@@ -7,4 +7,4 @@ RUN mkdir -p ${COMPOSER_HOME} && \
|
||||
touch .composer.refresh && \
|
||||
mv .env.example .env && \
|
||||
FORCE_PERMS=1 NGINX_START=FALSE /sbin/init && \
|
||||
rm -rf ${COMPOSER_HOME}/*
|
||||
rm -rf ${COMPOSER_HOME}/* .git* composer.lock
|
||||
|
Reference in New Issue
Block a user