diff --git a/Dockerfile b/Dockerfile index 3d36ee0..bf45725 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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