test
Browse files- .idea/workspace.xml +11 -10
- Dockerfile +1 -1
.idea/workspace.xml
CHANGED
|
@@ -10,22 +10,22 @@
|
|
| 10 |
<component name="Git.Settings">
|
| 11 |
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
| 12 |
</component>
|
| 13 |
-
<component name="ProjectColorInfo"
|
| 14 |
-
|
| 15 |
-
}
|
| 16 |
<component name="ProjectId" id="2i4f07ljfOw2SZTkDEeaTPmU2Cc" />
|
| 17 |
<component name="ProjectViewState">
|
| 18 |
<option name="hideEmptyMiddlePackages" value="true" />
|
| 19 |
<option name="showLibraryContents" value="true" />
|
| 20 |
</component>
|
| 21 |
-
<component name="PropertiesComponent"
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
}
|
| 28 |
-
}
|
| 29 |
<component name="SharedIndexes">
|
| 30 |
<attachedChunks>
|
| 31 |
<set>
|
|
@@ -43,6 +43,7 @@
|
|
| 43 |
<option name="presentableId" value="Default" />
|
| 44 |
<updated>1718754548763</updated>
|
| 45 |
<workItem from="1718754552248" duration="107000" />
|
|
|
|
| 46 |
</task>
|
| 47 |
<servers />
|
| 48 |
</component>
|
|
|
|
| 10 |
<component name="Git.Settings">
|
| 11 |
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
| 12 |
</component>
|
| 13 |
+
<component name="ProjectColorInfo">{
|
| 14 |
+
"associatedIndex": 6
|
| 15 |
+
}</component>
|
| 16 |
<component name="ProjectId" id="2i4f07ljfOw2SZTkDEeaTPmU2Cc" />
|
| 17 |
<component name="ProjectViewState">
|
| 18 |
<option name="hideEmptyMiddlePackages" value="true" />
|
| 19 |
<option name="showLibraryContents" value="true" />
|
| 20 |
</component>
|
| 21 |
+
<component name="PropertiesComponent">{
|
| 22 |
+
"keyToString": {
|
| 23 |
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
| 24 |
+
"git-widget-placeholder": "main",
|
| 25 |
+
"nodejs_package_manager_path": "npm",
|
| 26 |
+
"vue.rearranger.settings.migration": "true"
|
| 27 |
}
|
| 28 |
+
}</component>
|
| 29 |
<component name="SharedIndexes">
|
| 30 |
<attachedChunks>
|
| 31 |
<set>
|
|
|
|
| 43 |
<option name="presentableId" value="Default" />
|
| 44 |
<updated>1718754548763</updated>
|
| 45 |
<workItem from="1718754552248" duration="107000" />
|
| 46 |
+
<workItem from="1721569959655" duration="33000" />
|
| 47 |
</task>
|
| 48 |
<servers />
|
| 49 |
</component>
|
Dockerfile
CHANGED
|
@@ -48,7 +48,7 @@ COPY ./php/ /var/www/html/
|
|
| 48 |
|
| 49 |
# Ensure the SQLite database file and directory have the correct permissions
|
| 50 |
RUN chown -R www-data:www-data /var/www/html/ \
|
| 51 |
-
&& chmod -R 777 /var/www/html/
|
| 52 |
|
| 53 |
# Set environment variables
|
| 54 |
ENV PMA_HOST=mysql-7364790-localbugtv.l.aivencloud.com
|
|
|
|
| 48 |
|
| 49 |
# Ensure the SQLite database file and directory have the correct permissions
|
| 50 |
RUN chown -R www-data:www-data /var/www/html/ \
|
| 51 |
+
&& chmod -R 777 /var/www/html/ && chmod -R 777 /var/www/html/vendor
|
| 52 |
|
| 53 |
# Set environment variables
|
| 54 |
ENV PMA_HOST=mysql-7364790-localbugtv.l.aivencloud.com
|