-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df3fadc
commit c2435d3
Showing
6 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
FROM sourcepole/qwc-uwsgi-base:alpine-v2023.10.26 | ||
|
||
ADD . /srv/qwc_service | ||
ADD requirements/requirements.txt /srv/qwc_service/requirements.txt | ||
|
||
RUN \ | ||
apk add --no-cache --update --virtual runtime-deps postgresql-libs && \ | ||
apk add --no-cache --update --virtual build-deps git postgresql-dev g++ python3-dev && \ | ||
pip3 install --no-cache-dir -r /srv/qwc_service/requirements/requirements.txt && \ | ||
pip3 install --no-cache-dir -r /srv/qwc_service/requirements.txt && \ | ||
apk del build-deps | ||
|
||
ADD src /srv/qwc_service/ | ||
|
||
ENV SERVICE_MOUNTPOINT=/api/v1/postgresfts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.