-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #13
Update README.md #13
Conversation
updated the shell script with: --volume "${PWD}/assets:/var/www/html/assets" \ and --publish-all \
Uhm... which shell script? |
Ah, I think I found it! You mean in the README? https://github.com/SimplyEdit/simplycode-docker/blob/main/README.md?plain=1#L31-L38
|
Yes I meant in the readme :) |
The As for the |
I think I tracked this back to the bash "launcher" for docker in https://github.com/SimplyEdit/simplycode/. I'll ask @ylebre regarding the assets. Also, I did a cleanup: SimplyEdit/simplycode#31. If so desired, we could add a check here to make sure both script and command in the README continue to be the same? (Might be overkill, not sure...) |
Ask Ylebre, he was the one who gave me that over slack, I just copy-paste-used it. |
The reason that So for now, best to leave it out. |
The two questions are :
|
- Remove extraneous whitespace - Sort parameters alphabetically - Remove trailing slash `/`
Closing for now. |
updated the shell script with:
--volume "${PWD}/assets:/var/www/html/assets"
and
--publish-all \