mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #88] Docker image does not like wildcards #63
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#63
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 @msh100 on GitHub (Feb 17, 2017).
Original GitHub issue: https://github.com/mthenw/frontail/issues/88
Always just returns file not found.
I believe the issue is that in a Docker container, the entrypoint is directly node which doesn't interpret the * and the node app doesn't handle globbing.
@mthenw commented on GitHub (Feb 20, 2017):
Hey, thanks for reporting! I will look into it.