Skip to content

Commit

Permalink
Merge pull request #12 from ATOR-Development/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
floodcode authored Jun 27, 2024
2 parents c840721 + 00426b0 commit acd40f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/destination/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdir -p data && cd data

head -c $((1024*1024*1024)) /dev/urandom > 1GiB
head -c $((1024*1024*256)) /dev/urandom > 1GiB

nginx -g 'daemon off;'

0 comments on commit acd40f0

Please sign in to comment.