Skip to content

Commit

Permalink
Update gitsha for TM
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Aug 23, 2024
1 parent 45b6a7f commit a0b1e74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-tasking-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: OpenHistoricalMap/tasking-manager
ref: c2e85feed9660eb66dfcd2009bec2b049dfe0260
ref: 4ae06b32ac48e1df70a17bb8c380aef79c291304
path: tasking-manager

- name: Debug Checkout
Expand Down
5 changes: 3 additions & 2 deletions images/tasking-manager-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt update && \
ENV workdir /usr/src/app

RUN git clone https://github.com/OpenHistoricalMap/tasking-manager.git $workdir
RUN cd $workdir && git checkout -f c2e85feed9660eb66dfcd2009bec2b049dfe0260
RUN cd $workdir && git checkout -f 4ae06b32ac48e1df70a17bb8c380aef79c291304
WORKDIR $workdir

# Setup backend dependencies
Expand All @@ -17,6 +17,7 @@ RUN apt update && apt install -y \
libffi-dev \
python3-dev \
libpq-dev \
postgresql-client \
proj-bin && \
apt clean && \
rm -rf /var/lib/apt/lists/*
Expand All @@ -29,4 +30,4 @@ RUN pip install --upgrade markdown
## INITIALIZATION
EXPOSE 5000
CMD ["gunicorn", "-b", "0.0.0.0:5000", "--worker-class", "gevent", "--workers", "3", \
"--threads", "3", "--timeout", "179", "manage:application", "&"]
"--threads", "3", "--timeout", "179", "manage:application", "&"]

0 comments on commit a0b1e74

Please sign in to comment.