Commit 528b60eb authored by Ignacio Cabrera's avatar Ignacio Cabrera

fixing Volumes and Workdir

parent cbd3cf7c
......@@ -79,8 +79,8 @@ services:
php-worker:
build:
context: ./php-worker
volumes:
- ../:/var/www/laravel
volumes_from:
- applications
links:
- workspace
......
......@@ -36,4 +36,4 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
#
RUN rm -r /var/lib/apt/lists/*
WORKDIR /etc/supervisor/conf.d/supervisord.conf
\ No newline at end of file
WORKDIR /etc/supervisor/conf.d/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment