Skip to content

Commit

Permalink
running ls -R
Browse files Browse the repository at this point in the history
  • Loading branch information
shriram192 committed Dec 20, 2023
1 parent 26d91f6 commit 13d4c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ RUN pip install --no-cache-dir -r requirements.txt

COPY . .

CMD [ "ls", "-R"]
RUN ls -R .

ENTRYPOINT ["python", "main.py"]

0 comments on commit 13d4c2d

Please sign in to comment.