Skip to content

Commit

Permalink
Fixing docker building
Browse files Browse the repository at this point in the history
  • Loading branch information
axeloz committed Jul 7, 2023
1 parent 5d617d6 commit 1912d4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .docker/.env
@@ -0,0 +1,3 @@
APP_ENV=production
APP_KEY=
APP_DEBUG=false
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -5,7 +5,7 @@
/public/storage
/storage/*.key
/vendor
.env
/.env
.env.backup
.env.production
.phpunit.result.cache
Expand Down

0 comments on commit 1912d4d

Please sign in to comment.