Spaces:
Running
Running
ladogton2010
commited on
Commit
Β·
28d8e95
1
Parent(s):
8f76304
Reupload project
Browse files- Dockerfile +1 -1
- {app β mvc/app}/.htaccess +0 -0
- {app β mvc/app}/config/config.php +0 -0
- {app β mvc/app}/controllers/.gitkeep +0 -0
- {app β mvc/app}/helpers/.gitkeep +0 -0
- {app β mvc/app}/init.php +0 -0
- {app β mvc/app}/libs/Controller.php +0 -0
- {app β mvc/app}/libs/Core.php +0 -0
- {app β mvc/app}/libs/Database.php +0 -0
- {app β mvc/app}/models/.gitkeep +0 -0
- {app β mvc/app}/views/inc/footer.php +0 -0
- {app β mvc/app}/views/inc/header.php +0 -0
- {app β mvc/app}/views/welcome/index.php +0 -0
- {public β mvc/public}/css/styles.css +0 -0
- {public β mvc/public}/img/.gitkeep +0 -0
- {public β mvc/public}/index.php +0 -0
- {public β mvc/public}/js/main.js +0 -0
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ RUN chmod 777 -R /var/log/apache2 /var/run/apache2; ls -la /var/log/apache2
|
|
14 |
RUN rm -rf /var/www/html/index.html
|
15 |
RUN chmod 777 /var/log/apache2/error.log; ls -la /var/log/apache2/error.log
|
16 |
|
17 |
-
COPY
|
18 |
RUN ls -la /var/www/html/
|
19 |
|
20 |
CMD ["bash", "-c", "cat /etc/apache2/sites-enabled/000-default.conf; service apache2 start; tail -F /var/log/apache2/error.log"]
|
|
|
14 |
RUN rm -rf /var/www/html/index.html
|
15 |
RUN chmod 777 /var/log/apache2/error.log; ls -la /var/log/apache2/error.log
|
16 |
|
17 |
+
COPY mvc /var/www/html/
|
18 |
RUN ls -la /var/www/html/
|
19 |
|
20 |
CMD ["bash", "-c", "cat /etc/apache2/sites-enabled/000-default.conf; service apache2 start; tail -F /var/log/apache2/error.log"]
|
{app β mvc/app}/.htaccess
RENAMED
File without changes
|
{app β mvc/app}/config/config.php
RENAMED
File without changes
|
{app β mvc/app}/controllers/.gitkeep
RENAMED
File without changes
|
{app β mvc/app}/helpers/.gitkeep
RENAMED
File without changes
|
{app β mvc/app}/init.php
RENAMED
File without changes
|
{app β mvc/app}/libs/Controller.php
RENAMED
File without changes
|
{app β mvc/app}/libs/Core.php
RENAMED
File without changes
|
{app β mvc/app}/libs/Database.php
RENAMED
File without changes
|
{app β mvc/app}/models/.gitkeep
RENAMED
File without changes
|
{app β mvc/app}/views/inc/footer.php
RENAMED
File without changes
|
{app β mvc/app}/views/inc/header.php
RENAMED
File without changes
|
{app β mvc/app}/views/welcome/index.php
RENAMED
File without changes
|
{public β mvc/public}/css/styles.css
RENAMED
File without changes
|
{public β mvc/public}/img/.gitkeep
RENAMED
File without changes
|
{public β mvc/public}/index.php
RENAMED
File without changes
|
{public β mvc/public}/js/main.js
RENAMED
File without changes
|