-
Notifications
You must be signed in to change notification settings - Fork 16
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
fix for issue 658 #659
fix for issue 658 #659
Conversation
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.
Once this PR is merged, we need to keep #658 open given the workaround is due to an issue in code.wmo.int (and we should not be copying the required codelists as a rule).
wis2box-management/Dockerfile
Outdated
@@ -70,6 +68,8 @@ RUN cd /app \ | |||
# add wis2box user | |||
&& useradd -ms /bin/bash wis2box | |||
|
|||
RUN pip3 install https://github.com/david-i-berry/wis2box-migrations/archive/main.zip |
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.
Are migrations not part of wis2box proper?
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.
no, this is an accidental commit, removing
remove old/accidental commit referencing dave's migrations-package
This reverts commit 9a4e0fc.
This reverts commit 7b4ed20.
Fix/workaround for #658