Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sliots authored Nov 7, 2023
1 parent 24a734a commit bd7b221
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 @@ -21,4 +21,4 @@ ENV OSSFS_OPTIONS -o noxattr
ENV MNT_POINT /data/ossfs
ENV ACCESS_KEY changeme
ENV ACCESS_SECRET changeme
CMD ["/bin/ash", "-c", "/mount.sh && /run.sh"]
CMD ["/bin/sh", "-c", "/mount.sh && sleep 10 && /data/ossfs/run.sh"]

0 comments on commit bd7b221

Please sign in to comment.