Skip to content

Commit

Permalink
Merge Version 3.5.3-1 (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmeinhold authored Mar 20, 2021
2 parents 1672ecc + 096f630 commit e49829a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
RUN ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime

# Set version for apm
RUN echo "export DD_VERSION=$(python3 packet/git.py)" >> /tmp/version
RUN echo "export DD_VERSION=\"$(python3 packet/git.py)\"" >> /tmp/version

CMD ["/bin/bash", "-c", "source /tmp/version && ddtrace-run gunicorn packet:app --bind=0.0.0.0:8080 --access-logfile=- --timeout=600"]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "CSH Packet",
"name": "csh-packet",
"version": "3.5.3",
"version": "3.5.3-1",
"description": "A web app implementation of the CSH introductory packet.",
"bugs": {
"url": "https://github.com/ComputerScienceHouse/packet/issues",
Expand Down

0 comments on commit e49829a

Please sign in to comment.