Skip to content
Snippets Groups Projects
Commit b72c1b43 authored by Nathan Bockisch's avatar Nathan Bockisch
Browse files

Found missing dependency that caused the capability module to fail

parent 86007c8d
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1396changes for local builds
......@@ -90,7 +90,7 @@ services:
db:
condition: service_healthy
volumes:
- ./shared/workspaces/alembic:/code/shared/workspaces/alembic
- ./shared:/code/shared
- ./docker.properties:/home/ssa/capo/docker.properties
# Used for doing a DB migration on dsoc-dev
......
......@@ -29,7 +29,7 @@ WORKDIR /code/
RUN chown vlapipe . && chgrp vlapipe .
USER vlapipe
COPY --chown=vlapipe:vlapipe ./shared ./shared
# COPY --chown=vlapipe:vlapipe ./shared ./shared
ENV PATH "${PATH}:/home/vlapipe/.local/bin"
......
# This file is intended to support the Dockerfile.base, not for actual development
# DO NOT MODIFY THIS FILE, THIS IS FOR DOCKER ONLY!
-e ../../workspaces
alembic == 1.5.8
pycapo == 0.3.1
psycopg2-binary == 2.8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment