Skip to content

Commit

Permalink
remove entrypoint usage
Browse files Browse the repository at this point in the history
  • Loading branch information
shitwolfymakes committed May 18, 2022
1 parent e75df88 commit e8f8085
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ RUN chmod +x /etc/service/armui/run

# Create our startup scripts
RUN mkdir -p /etc/my_init.d
COPY ./scripts/docker/runit/arm_user_setup.sh /etc/my_init.d/arm_user_setup.sh
COPY ./scripts/docker/runit/entrypoint.sh /etc/my_init.d/entrypoint.sh
COPY ./scripts/docker/runit/arm_user_files_setup.sh /etc/my_init.d/arm_user_files_setup.sh
COPY ./scripts/docker/runit/start_udev.sh /etc/my_init.d/start_udev.sh
RUN chmod +x /etc/my_init.d/*.sh

Expand Down
31 changes: 0 additions & 31 deletions scripts/docker/runit/entrypoint.sh

This file was deleted.

0 comments on commit e8f8085

Please sign in to comment.