Skip to content
Snippets Groups Projects
Commit 668205b4 authored by Jarko Papalitsas's avatar Jarko Papalitsas
Browse files

Structure refactor

parent 357d975f
No related branches found
No related tags found
No related merge requests found
messagedb/ src/messagedb/
logs/ src/logs/
FROM php:7-apache
COPY src/ /var/www/html/
RUN chown -R root:www-data /var/www/html && chmod g+w /var/www/html/messagedb
...@@ -14,5 +14,5 @@ services: ...@@ -14,5 +14,5 @@ services:
ports: ports:
- 127.0.0.1:8080:8080 - 127.0.0.1:8080:8080
volumes: volumes:
- .:/var/www - ./src:/var/www
- logs:/var/www/logs - logs:/var/www/logs
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment