Skip to content

Commit

Permalink
add entrypoint for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
7174Andy committed Jan 9, 2025
1 parent 4076a1c commit 37d1628
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sleap_chrome_remote_desktop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,6 @@ RUN chmod -R a+w /usr/local/lib/python3.8/dist-packages
# Set up Chrome Remote Desktop for the user
USER ${USERNAME}
WORKDIR /home/${USERNAME}

# Entrypoint
ENTRYPOINT [ "/bin/bash" ]

0 comments on commit 37d1628

Please sign in to comment.