This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| v=DKIM1; t=s; h=sha256; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7Prx3xO901CTWt4CvroySSDoaxfxGz1WsYYnNieKXgf/X2pTXu1rm0qu2XI91OdU2NIIU04KN3DEOqUDqLvN5CpYGy418tJ3+Aq7yw1ofBEqFwAJX2dFyBHg3/OUvp630Z5Ry8IyDix2ZGlOQt9WUThKjGpEuixHImOM5Ez4pPQIDAQAB; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| v=DKIM1; t=s; h=sha256; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9elSAtp/GIYlHKt/d7rG46wqUtkC6pfEC6FLeB6V5z6p2uaEz+T3sPhmubKjdg1EoDUyqwJSZOZ/gbQJ1kH6uhif5t/ztZ8le9bjEiNNcNStJiPd2j/VE+3z5njMcg6nI7yjNWUGfl3akHmzxlT07Txph1iCEEOGgkNr/vGsdUQIDAQAB; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| v=DKIM1; t=s; h=sha256; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDk/A1ZqSAP23mWpWaRE94X83xrbqJa9ac52495TK5W46b+Yiz2gwvucphyanB6aO8Bac4WK6gYvRIwOf5RfWENfFBDnXOZWRxLAKWeBZWwKCfOnaCCSrouGMGKWnbX/7iwdGOfilK59M0PbcFWmD0lCCHkLimrOKbhQoBjs0cWnwIDAQAB; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| v=DKIM1; t=s; h=sha256; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCd9WLSwOud6QRWtGvMg55XpKKcztW1+/QjONMqR0eB+iMxl0kvoCAPt9Xs2LF0mtSuiZfk9Tr4WvskWFvFtgny5rf7qg+xR1+r2YlVS+I+Cn2f1EoIPt62tE8kl4Gi0+hs/MyEjUcYivM3UlrRnnn1mayjgkwrZytJg8/14jdt0QIDAQAB; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| v=DKIM1; t=s; h=sha256; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC8emAQVMo0YmJlqMYDApo/p82nRjVq3U2BzaZ47STl0DP294Hs+1SQSjwmjxHRgCqUCOP280h6+qfNIRZIj+POqacxUdFx6Tu3DRVDZ7CUceUsazNJhHPBLHKE+xj3oBn3OoTg4M9ACn/tPFmg4x+MeYaNgcop2yz7n0+9xAQj6wIDAQAB; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| v=DKIM1; t=s; h=sha256; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQChe+zKykfDFLZDJ953cWrC9Wl2t3khtZds03M1TZQjDDpkBHNAHVSjE0b2M6JmMQpSGonGCt1pX78Gq2Km/5bAC3JPQ7K7ooj32MutKDey+a1HjBj8+ZBLSnweXM4+T3dK+M6rJiyEATO3hH2W8cNwPPHycRhpvPPS6k5vAp41/QIDAQAB; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| v=DKIM1; t=s; h=sha256; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC75Uk44ovxOQzAp3zSiAJkWOFLBYKnKB6b1PeuzcbAKyqthzHJGjh8zib0FbtIdAyLGtH+iHtPwcKzAu2MZI4BLMgMUJ5QBFvTrnm5DuNHS52GBgFf7UoQTmY2zyu0gUiGUMtvf6JPAryX4YLOVrdu0eTed5fG2U3AvSwwse9EHwIDAQAB; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install zip package | |
| apt-get update && apt-get install -y zip | |
| # Backup your folder | |
| zip –r backup.zip /var/www/html/storage | |
| # Move the backup file to the public folder | |
| mv backup.zip /var/www/html/public | |
| # Download the backup via your browser |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM liararepo/laravel-platform:frontend | |
| FROM liararepo/laravel-platform:backend | |
| RUN apt-get update && apt-get install -y ffmpeg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| v=DKIM1; t=s; h=sha256; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDB/FpYFHdju2t7k/1x7Tabo2PlUytKqKjZfMsTGym190TWKA5/7JN+SrF8wLgd3JuZe5V/+ojDf3F6eSSNhgKkzPYcvxh70I5zPdPWIiAbnJ1G3dpmKW2zgmDTwVs+RTSIL41DKM4LKZE1/1nyKyF0vXm3JXTrsw4ph84OZix9VQIDAQAB; |