feat(docker): add routers directory to Dockerfile
This commit is contained in:
@@ -124,7 +124,7 @@ COPY . /tmp/project/
|
|||||||
|
|
||||||
# Copy supervisor config first (might need root later, but okay for now)
|
# Copy supervisor config first (might need root later, but okay for now)
|
||||||
COPY deploy/docker/supervisord.conf .
|
COPY deploy/docker/supervisord.conf .
|
||||||
|
COPY deploy/docker/routers ./routers
|
||||||
COPY deploy/docker/requirements.txt .
|
COPY deploy/docker/requirements.txt .
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user