Change build to remove unnessary files in the resulting container
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
FROM gitea.dege.au/docker/php:8.3-fpm-pgsql-server
|
||||
|
||||
VOLUME [ "/var/cache/composer", "/var/lib/zerotier-one" ]
|
||||
VOLUME [ "${COMPOSER_HOME}", "/var/lib/zerotier-one" ]
|
||||
|
||||
# Add Zerotier
|
||||
RUN apk add zerotier-one -X http://dl-cdn.alpinelinux.org/alpine/v3.17/community --no-cache
|
||||
|
||||
COPY init-container /sbin/
|
||||
COPY docker/init-container /sbin/
|
||||
COPY . /var/www/html/
|
||||
|
||||
RUN mkdir -p ${COMPOSER_HOME} \
|
||||
@@ -13,7 +13,7 @@ RUN mkdir -p ${COMPOSER_HOME} \
|
||||
&& touch .composer.refresh \
|
||||
&& mv .env.example .env \
|
||||
&& apk add --no-cache git \
|
||||
&& FORCE_PERMS=1 NGINX_START=FALSE /sbin/init \
|
||||
&& APP_TIMEZONE=UTC FORCE_PERMS=1 NGINX_START=FALSE /sbin/init \
|
||||
&& apk del --no-cache git \
|
||||
&& chmod +x /var/www/html/artisan /var/www/html/init-php.sh \
|
||||
&& rm -rf ${COMPOSER_HOME}/* .git* composer.lock
|
||||
&& rm -rf ${COMPOSER_HOME}/* composer.lock storage/logs/*.log
|
||||
|
Reference in New Issue
Block a user