Skip to content

Commit

Permalink
Add commands to check whether the build is successful
Browse files Browse the repository at this point in the history
  • Loading branch information
nemuelw committed Nov 12, 2024
1 parent 1fcec26 commit b257aab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ RUN poetry install --no-root

# build the application with Pyinstaller
RUN poetry run pyinstaller app.spec

# confirm that the app is indeed built
RUN ls -l /app/dist
RUN ls -l /app/dist/app

0 comments on commit b257aab

Please sign in to comment.