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

Update Dockerfile to point to current nginx.conf file #479

Merged
merged 1 commit into from
Jul 19, 2022

Conversation

donegjookim
Copy link
Collaborator

I discovered that the Docker build fails from following the Azure quickstart guide. The error stems from incorrect nginx.conf path:
image

I verified that the docker build works correctly after the fix.

@blrchen
Copy link
Collaborator

blrchen commented Jul 19, 2022

Hello @donegjookim, thanks for fixing this. This error was not caught earlier because docker image publishing was only tested on windows.

I spent some time test this image on linux and observed one more fix is required, otherwise when you perform docker run with build image, you will experience error /bin/sh: 1: ./start.sh: Permission denied

Would you mind to include this as part of PR? Its one line change, adding following before line 29
RUN ["chmod", "+x", "./start.sh"]

@donegjookim donegjookim assigned windoze and jainr and unassigned windoze and jainr Jul 19, 2022
@xiaoyongzhu xiaoyongzhu merged commit ece50cf into feathr-ai:main Jul 19, 2022
@donegjookim donegjookim deleted the bugfix/fix-dockerfile branch July 19, 2022 17:26
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

5 participants