diff --git a/Dockerfile b/Dockerfile index da313eb..d60ba15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,5 @@ RUN pip install flask WORKDIR /app/ COPY . . +RUN ls CMD flask run \ No newline at end of file