Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up/-/versions for official Docker image returns wrong Datasette version #399
Comments
simonw
added
bug
minor
labels
Jan 11, 2019
This comment has been minimized.
This comment has been minimized.
It looks like there are two reasons for this:
|
simonw
closed this
in
a418c8b
Jan 13, 2019
This comment has been minimized.
This comment has been minimized.
http://0.0.0.0:8001/-/versions now returns:
I'm not sure why it's showing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
simonw commentedJan 11, 2019
•
edited
http://0.0.0.0:8001/-/versions returns this:
This is because the Docker image is built by copying in the Datasette source code, which confuses versioneer. Maybe the Docker image should install the code using a wheel or similar?