Replies: 4 comments 3 replies
-
Hi @braco,
Please let me know if you need any clarification or have additional questions! |
Beta Was this translation helpful? Give feedback.
-
Thanks for the replies, I'll check out those options. It might be interesting to have an optional ENV like A link to this github repo in the Docker readme would be helpful – I had to google around a bit to find this repo. Might be some ideas in here: https://github.com/mondediefr/docker-flarum Thanks again! |
Beta Was this translation helpful? Give feedback.
-
Oh it looks like you might have a convention for startup scripts, with root/startup and
maybe an |
Beta Was this translation helpful? Give feedback.
-
Hi @braco If you download and edit the files in the flarum directory I mentioned above, there will be no duplicate files at all, because docker will build a completely new image for flarum from my base image I also don't think it's necessary to add an FROM shinsenter/flarum:8.2
# your custom commands will be here
ADD file.sh /tmp/file.sh
RUN sh /tmp/file.sh I am not sure if I understand your intention correctly, if you want to run some scripts RIGHT AFTER STARTING the docker container using my base image, you can copy your script to the FROM shinsenter/flarum:8.2
# copy your startup scripts to the /startup directory
COPY file.sh /startup/file.sh
Lastly, about the documentation, I think my documents may be hard to understand for some people. So it would be very grateful if you could help me improve these documents by creating a pull request. I will review and merge your pull request if it is more understandable. Best regards. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @shinsenter!
I have a request for:
https://hub.docker.com/r/shinsenter/flarum
Can you
Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions