Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenwacker authored Mar 2, 2023
1 parent fdff4a0 commit a47dd24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ RUN /usr/local/bin/python -m pip install --upgrade pip

COPY requirements.txt .

RUN pip3 install -r requirements.txt

RUN pip3 list

COPY . /app

WORKDIR /app

RUN pip3 install .

RUN pip3 install -r requirements.txt

RUN pip3 list

ENV SQLALCHEMY_DATABASE_URI sqlite:///data/mint.db

ENV MINT_DATA_DIR /data/
Expand Down

0 comments on commit a47dd24

Please sign in to comment.