pla-version/docker/Dockerfile
Deon George 9a4c0620d4
Some checks failed
Create Docker Image / Build Docker Image (x86_64) (push) Failing after 20s
Create Docker Image / Build Docker Image (arm64) (push) Failing after 1m1s
Create Docker Image / Final Docker Image Manifest (push) Has been skipped
Updated Dockerfile and build, now using php 8.4
2025-03-02 19:33:03 +11:00

11 lines
344 B
Docker

FROM gitea.dege.au/docker/php:8.4-pgsql
COPY . /var/www/html/
RUN mkdir -p ${COMPOSER_HOME} \
&& ([ -r auth.json ] && mv auth.json ${COMPOSER_HOME}) || true \
&& touch .composer.refresh \
&& mv .env.example .env \
&& FORCE_PERMS=1 BUILD=1 /sbin/init-docker \
&& rm -rf ${COMPOSER_HOME}/* composer.lock