Skip to content

Commit

Permalink
Fix base image guild
Browse files Browse the repository at this point in the history
  • Loading branch information
kirmorozov committed Apr 1, 2024
1 parent 788f1c4 commit 3872210
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ FROM python:3.12
# copy the requirements file into the image
COPY ./requirements.txt /app/requirements.txt

# switch working directory
WORKDIR /app

# install the dependencies and packages in the requirements file
RUN pip install -r requirements.txt

0 comments on commit 3872210

Please sign in to comment.