kenken999 commited on
Commit
a8257f4
·
1 Parent(s): 4ee3aa4
Files changed (2) hide show
  1. .idea/workspace.xml +11 -10
  2. 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"><![CDATA[{
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"><![CDATA[{
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,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
+ &quot;associatedIndex&quot;: 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
+ &quot;keyToString&quot;: {
23
+ &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
24
+ &quot;git-widget-placeholder&quot;: &quot;main&quot;,
25
+ &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
26
+ &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
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