Skip to content
Snippets Groups Projects
Commit 3a5cf942 authored by Andrew Kapuscinski's avatar Andrew Kapuscinski
Browse files

corrected capo_profile env in dockerfile.dev for capability srv

parent 584fde23
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,6 @@ RUN pip install -r requirements.txt \ ...@@ -12,6 +12,6 @@ RUN pip install -r requirements.txt \
&& python setup.py develop && python setup.py develop
# Set Capo # Set Capo
ENV CAPO_PROFILE dsoc-dev ENV CAPO_PROFILE dev
ENTRYPOINT pserve --reload development.ini ENTRYPOINT pserve --reload development.ini
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