mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2026-04-26 15:35:51 +03:00
[GH-ISSUE #97] File /usr/share/nginx/html/api/../data/sha1.csv not found running on alpine:arm #388
Labels
No labels
Feature request
Feature request
bug
cant reproduce
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pictshare#388
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iav on GitHub (Sep 22, 2019).
Original GitHub issue: https://github.com/HaschekSolutions/pictshare/issues/97
I try to run your docker image on ARM Small Board Computers.
There have to use non-x86 based images, I lightly change your dockerfile.
When image runs on aRaspberryPi3 B+ I see an error on console during adding of picture
Strange but I not see this error if run same dockerfile on x86 host.
But I check, there no
/usr/share/nginx/html/api/../data/sha1.csvfile, and seems like/usr/share/nginx/html/inc/core.phpon line 368 true tries to open it.