Skip to content

Commit

Permalink
Merge pull request #1428 from garberg/fix_www_wsgi_path
Browse files Browse the repository at this point in the history
Restore path of WSGI-file
  • Loading branch information
garberg authored Jan 22, 2025
2 parents ab63ef4 + 75c48b3 commit 9d56aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.www
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ COPY nipap-www /nipap-www
RUN cd /pynipap && pip3 --no-input install --break-system-packages --no-cache-dir . && \

Check failure on line 66 in Dockerfile.www

View workflow job for this annotation

GitHub Actions / docker

DL3003 info: Use WORKDIR to switch to a directory
cd /nipap && pip3 --no-input install --break-system-packages --no-cache-dir . && \
cd /nipap-www && pip3 --no-input install --break-system-packages --no-cache-dir . && \
mkdir -p /etc/nipap/ && cp nipap-www.wsgi /etc/nipap/ && \
mkdir -p /etc/nipap/www/ && cp nipap-www.wsgi /etc/nipap/www/ && \
cd ..

EXPOSE 80
Expand Down
2 changes: 1 addition & 1 deletion nipap-www/debian/install
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nipap-www.wsgi etc/nipap
nipap-www.wsgi etc/nipap/www

0 comments on commit 9d56aa7

Please sign in to comment.