Skip to content

Commit

Permalink
www: Changes to Dockerfile due to new packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
garberg committed Jan 22, 2025
1 parent b682ebc commit 9b077ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.www
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ COPY nipap /nipap
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 -r requirements.txt && python3 setup.py install && \
cd /nipap-www && pip3 --no-input install --break-system-packages --no-cache-dir . && \
cp nipap-www.wsgi /etc/nipap/ && \
cd ..

EXPOSE 80
Expand Down

0 comments on commit 9b077ca

Please sign in to comment.