Skip to content

Commit

Permalink
move script to correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
Lincoln Bryant committed Aug 16, 2024
1 parent 080fd36 commit 716e60f
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 @@ -55,7 +55,7 @@ ADD scripts/singularity_npid.sh /usr/bin/singularity
RUN ln -s /usr/bin/python3 /usr/bin/python

# Add the cron wrapper to hopefully prevent any weird issues with periodic sync
ADD scripts/sync_users_wrapper.sh /usr/local/bin/sync_users_wrapper.sh
ADD scripts/sync_users_wrapper.sh /usr/local/sbin/sync_users_wrapper.sh

ENTRYPOINT ["/bin/entrypoint.sh"]
# Adding ENTRYPOINT clears CMD
Expand Down

0 comments on commit 716e60f

Please sign in to comment.