Skip to content

Commit e5a4b50

Browse files
committed
fix: add missing s6 overlay configs
1 parent a910d32 commit e5a4b50

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build and push
4343
uses: docker/build-push-action@v6
4444
with:
45-
platforms: linux/amd64,linux/arm64
45+
# platforms: linux/amd64,linux/arm64
4646
builder: ${{ steps.buildx.outputs.name }}
4747
file: ${{ matrix.php-version }}/Dockerfile
4848
tags: ${{ steps.meta.outputs.tags }}

8.4/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM serversideup/php:8.4-fpm-nginx-alpine
22

33
COPY --chmod=755 common/etc/entrypoint.d /etc/entrypoint.d
4+
COPY --chmod=755 common/etc/s6-overlay /etc/s6-overlay
45
COPY --chmod=755 --chown=www-data:www-data common/etc/nginx /etc/nginx
56

67
# PHP limits

common/etc/profile.d/aliases.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)