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

moved pip installs and start server command to bin/boot-dev.sh

parent 0805e681
No related branches found
No related tags found
No related merge requests found
# This is nrao:capability
FROM nrao:workspaces-base
WORKDIR /wksp/
ENTRYPOINT ["./bin/boot-dev.sh"]
#! /bin/bash
# FOR USE WITH DOCKER DEVELOPMENT ENVIRONMENT ONLY.
# Capability Service
# Python library installation
pip install -r requirements.txt
python setup.py develop
# Start development server
pserve --reload development.ini
# This file is intended to support the Condaless.dockerfile, not for actual development
# DO NOT MODIFY THIS FILE, THIS IS FOR DOCKER ONLY!
-e ../../shared/schema
-e ../../shared/channels
-e ../../shared/workspaces
-e ../../apps/cli/utilities/wf_monitor
-e ./shared/schema
-e ./shared/channels
-e ./shared/workspaces
-e ./apps/cli/utilities/wf_monitor
pycapo == 0.3.0
pyramid == 1.10
......
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