Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
f3372c27
Commit
f3372c27
authored
May 17, 2017
by
J. Fernando Sánchez
Browse files
Merge branch '32-update-module-dev-environment' into 0.8.x
parents
60ef3041
e112dd55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.template
View file @
f3372c27
...
...
@@ -17,6 +17,6 @@ WORKDIR /usr/src/app
COPY test-requirements.txt requirements.txt /usr/src/app/
RUN pip install --use-wheel -r test-requirements.txt -r requirements.txt
COPY . /usr/src/app/
RUN pip install --no-
deps
--no-
index
.
RUN pip install --no-
index
--no-
deps --editable
.
ENTRYPOINT ["python", "-m", "senpy", "-f", "/senpy-plugins/", "--host", "0.0.0.0"]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment