Skip to content

Commit

Permalink
fix: add SC4SNMP_UI_backend directory in backend Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekzyla committed Oct 31, 2022
1 parent 890956f commit fa35651
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM python:3.9
WORKDIR /app

COPY requirements.txt app.py SC4SNMP_UI_backend ./
COPY requirements.txt app.py ./
COPY SC4SNMP_UI_backend ./SC4SNMP_UI_backend
RUN pip install -r ./requirements.txt
ENV FLASK_DEBUG production

Expand Down

0 comments on commit fa35651

Please sign in to comment.