Adding .dockerignore to trim the docker container, removing some redundant files and updated README

This commit is contained in:
Deon George
2023-03-02 21:40:22 +11:00
parent a99770951d
commit 08678ce929
6 changed files with 25 additions and 128 deletions

View File

@@ -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