Skip to content
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

Add markdeck script #34

Merged
merged 8 commits into from Oct 1, 2019
Merged

Conversation

jceb
Copy link
Contributor

@jceb jceb commented Sep 29, 2019

I created a script that includes the docker-compose.yml configuration and replaces the scaffold, start and stop scripts. Furthermore, it cuts down the boilerplate in the presentation folder by leaving it solely for the presentation and the ./deck build folder.

@@ -4,6 +4,7 @@ set -ue

BUILD=deck
VERSION=0.1
PORT=8080
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But this is still static, isn't it?
I would expect something like PORT=${1:-8080} or PORT=${PORT:-8080} or the like...
and: gets the correct port number displayed in the mark deck console (I mean at the end of the loop output)?

@jceb
Copy link
Contributor Author

jceb commented Oct 1, 2019

Yes, it's still static because of the very reason that the change would need to be transported to the docker image to generate the right message. I left that for another pull request.

@arnehilmann
Copy link
Owner

:o) That problem sounds familiar...

@arnehilmann arnehilmann merged commit b36069f into arnehilmann:master Oct 1, 2019
@jceb jceb deleted the markdeck_script branch October 3, 2019 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants