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 13, 2023
1 parent f30f5b2 commit 79f2296
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,7 +1,9 @@
FROM sourcepole/qwc-uwsgi-base:alpine-v2023.10.26

ADD . /srv/qwc_service
ADD requirements.txt /srv/qwc_service/requirements.txt

RUN pip3 install --no-cache-dir -r /srv/qwc_service/requirements.txt

ADD src /srv/qwc_service/

ENV SERVICE_MOUNTPOINT=/api/v1/wmsproxy
File renamed without changes.
File renamed without changes.

0 comments on commit 79f2296

Please sign in to comment.