-
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
Run connect-id using Docker #17
base: pkv/use-env-variables
Are you sure you want to change the base?
Conversation
8b865bb
to
d381b25
Compare
@calellowitz This is pretty much working and ready for review. If everything is good here, I can move to Ansible and then Kamal deploy |
@calellowitz bump |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the view changes, this looks good. Maybe a bad merge?
Dockerfile
Outdated
|
||
# copy entrypoint.sh | ||
COPY ./entrypoint.sh /vendor/entrypoint.sh | ||
RUN sed -i 's/\r$//g' /vendor/entrypoint.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this line necessary? Looks like it remove carriage returns, which I wouldn't think the file has
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it can be removed. It's no longer necessary.
No description provided.