Skip to content

Commit f191e53

Browse files
Rub21geohacker
authored andcommitted
Update TM
1 parent 7341538 commit f191e53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.env
22
.env-tiler
33
.env-nominatim
4+
.env-tasking-manager
45
.DS_Store
56
usa.values.yaml
67
prod.values.yaml

images/tasking-manager-api/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ RUN apk update && \
2424
proj-util \
2525
proj-dev
2626

27-
RUN pip install --prefix=/install --no-warn-script-location -r requirements.txt
27+
RUN pip install -r requirements.txt
2828

2929
## INITIALIZATION
30-
3130
EXPOSE 5000
3231
CMD ["gunicorn", "-b", "0.0.0.0:5000", "--worker-class", "gevent", "--workers", "3", \
3332
"--threads", "3", "--timeout", "179", "manage:application", "&"]

0 commit comments

Comments
 (0)