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

fixing Volumes and Workdir

parent cbd3cf7c
...@@ -79,8 +79,8 @@ services: ...@@ -79,8 +79,8 @@ services:
php-worker: php-worker:
build: build:
context: ./php-worker context: ./php-worker
volumes: volumes_from:
- ../:/var/www/laravel - applications
links: links:
- workspace - workspace
......
...@@ -36,4 +36,4 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf ...@@ -36,4 +36,4 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
# #
RUN rm -r /var/lib/apt/lists/* RUN rm -r /var/lib/apt/lists/*
WORKDIR /etc/supervisor/conf.d/supervisord.conf WORKDIR /etc/supervisor/conf.d/
\ No newline at end of file
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