Skip to content

Commit

Permalink
Docker Build Fix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
feeelin committed Mar 31, 2024
1 parent 4faef64 commit f91dc98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ WORKDIR /web_django
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1

COPY ./odbc.sh /web_django/
RUN ./odbc.sh
#COPY ./odbc.sh /web_django/
#RUN ./odbc.sh

COPY ./requirements.txt /web_django/

Expand Down

0 comments on commit f91dc98

Please sign in to comment.