Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak authored Dec 1, 2023
1 parent 91fb64c commit 2453619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ WORKDIR /DOSPORTAL
COPY requirements.txt /DOSPORTAL/
RUN pip3 install -r requirements.txt --break-system-packages
#COPY . /DOSPORTAL/
COPY cari7a /usr/local/bin/cari7a
#COPY cari7a /usr/local/bin/cari7a

ENTRYPOINT python3 manage.py runserver 0.0.0.0:8000

0 comments on commit 2453619

Please sign in to comment.