1 Commits

Author SHA1 Message Date
86f8edda34 Add actions support for 4get docker image builds
Some checks failed
4get CI / build (push) Has been cancelled
2025-02-02 01:28:30 -03:00
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: branches:
- 'master' - '*'
paths-ignore: paths-ignore:
- 'README.md' - 'README.md'
- 'docker-compose.yaml' - 'docker-compose.yaml'

View File

@@ -1,8 +1,8 @@
FROM alpine:3.21 FROM alpine:latest
WORKDIR /var/www/html/4get WORKDIR /var/www/html/4get
RUN apk update && apk upgrade RUN apk update && apk upgrade
RUN apk add php apache2-ssl php84-fileinfo php84-openssl php84-iconv php84-common php84-dom php84-sodium php84-curl curl php84-pecl-apcu php84-apache2 imagemagick php84-pecl-imagick php84-mbstring imagemagick-webp imagemagick-jpeg RUN apk add php apache2-ssl php83-fileinfo php83-openssl php83-iconv php83-common php83-dom php83-sodium php83-curl curl php83-pecl-apcu php83-apache2 imagemagick php83-pecl-imagick php-mbstring imagemagick-webp imagemagick-jpeg
COPY . . COPY . .