fix: address Docker EACCES errors with better logging and SELinux hints
Docker Build and Publish / build-and-push (push) Failing after 9s

This commit is contained in:
ergosteur
2026-03-07 03:02:02 -05:00
parent ebf2bf660a
commit 5267dab236
4 changed files with 58 additions and 31 deletions
+2 -3
View File
@@ -1,11 +1,10 @@
services:
instaarchive:
image: ghcr.io/${GITHUB_REPOSITORY:-ergosteur/instaarchive-viewer}:latest
build: .
image: ghcr.io/ergosteur/instaarchive-viewer:latest
ports:
- "3000:3000"
volumes:
- ./archives:/archives:ro
- ./archives:/archives:ro,z
environment:
- PORT=3000
- ARCHIVES_DIR=/archives