-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
maintenant ça build #403
base: develop
Are you sure you want to change the base?
maintenant ça build #403
Conversation
11c580b
to
201ef39
Compare
services: | ||
database: | ||
image: "mysql:5.6" | ||
platform: "linux/amd64" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pourquoi tu commit un docker override ?
@@ -34,6 +37,9 @@ services: | |||
- /app/node_modules # FIME : Share dependencies with the host ? Comment to enable. | |||
env_file: | |||
- .env | |||
environment: | |||
NODE_OPTIONS: "--openssl-legacy-provider" | |||
# TODO: upgrade webpack so that we can remove this option allowing the usage of deprecated crypto |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parfait ca ❤️
@@ -20,6 +20,9 @@ services: | |||
- database | |||
env_file: | |||
- .env | |||
environment: | |||
"DB_HOST": "database" | |||
"APP_KEY": "base64:zJQUL4236152JL697IJ+1UO7IUS42w2Td4069LNABfE=" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ca dispense de faire la commande artisan ca ?
hésitez pas à lire les noms de commits pour comprendre mes choix