fixing Volumes and Workdir
This commit is contained in:
parent
cbd3cf7c20
commit
528b60eb17
|
@ -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
|
||||
WORKDIR /etc/supervisor/conf.d/
|
||||
|
|
Loading…
Reference in New Issue