Skip to content

Commit

Permalink
rename and chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
pycui committed Jul 16, 2023
1 parent 0cf8f7d commit dc16c80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ RUN pip install -r requirements.txt

EXPOSE 8000

# Make the entrypoint script executable
RUN chmod +x /realtime_ai_character/entrypoint.sh

# Run the application
CMD ["/bin/sh", "/realtime_ai_character/docker_init.sh"]
CMD ["/bin/sh", "/realtime_ai_character/entrypoint.sh"]
File renamed without changes.

0 comments on commit dc16c80

Please sign in to comment.