mirror of
https://github.com/BretFisher/jekyll-serve.git
synced 2026-07-22 22:03:41 -04:00
Both images seem equal #18
Reference in New Issue
Block a user
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 @jochenjonc on GitHub (Jun 4, 2021).
Hi @BretFisher,
I've been trying to use the docker images on my Synology NAS, but every time I start the bretfisher/jekyll I get the following in the console.
I noticed that both images have the same size also.
Do you have any clue?
Regards,
Jochen
@BretFisher commented on GitHub (Jun 7, 2021):
What command are you using to start it? What's in that directory? It will get that error if it doesn't see the Gemfile in the bind-mount.
@BretFisher commented on GitHub (Jun 7, 2021):
Oh I see, the CMD is the same in both images, and is a bug I created by moving to GitHub Actions without specifying the build stage. This but doesn't affect
bretfisher/jekyll-serve, only the default behavior ofbretfisher/jekyll. Give me a few to fix this.@BretFisher commented on GitHub (Jun 7, 2021):
OK this should be fixed. Feel free to reopen if you have more issues or questions.