Skip to content

Commit

Permalink
ci: Fix missing images folder creation in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Jan 31, 2024
1 parent 4cb3940 commit b97d246
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ WORKDIR /usr/src/app

# copy all the files to the container
COPY . .
RUN mkdir ./images

# install app-specific dependencies
RUN pip install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit b97d246

Please sign in to comment.