Skip to content

Commit

Permalink
prep for 0.95 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Lang committed May 6, 2024
1 parent 0279e2d commit ff4abd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.94.dev58"
__version__ = "0.95"
11 changes: 5 additions & 6 deletions docker/webservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ RUN pip3 install --no-cache-dir \

WORKDIR /src/astrometry/net

#USER nova
# For local development, re-copy the current directory into the container.
#ADD --chown=nova:nova . /src/astrometry

ADD . /src/astrometry

RUN ln -sf settings_test.py settings.py

ENV PYTHONPATH /src:${PYTHONPATH}
Expand Down Expand Up @@ -64,3 +58,8 @@ ENV WSGI_LOG_FILE=
CMD ["/bin/bash", "./astrometry/docker/webservice/run.sh"]

EXPOSE 8000

#USER nova
# For local development, re-copy the current directory into the container.
#ADD --chown=nova:nova . /src/astrometry
#ADD . /src/astrometry

0 comments on commit ff4abd8

Please sign in to comment.