Skip to content

Commit

Permalink
Move source files to src
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Dec 12, 2023
1 parent 38b0c6e commit a499379
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
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.txt /srv/qwc_service/requirements.txt

# git: Required for pip with git repos
RUN \
apk add --no-cache --update --virtual build-deps git && \
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/ext
File renamed without changes.
File renamed without changes.

0 comments on commit a499379

Please sign in to comment.