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
8624562f
Commit
8624562f
authored
Dec 14, 2016
by
J. Fernando Sánchez
Browse files
Dockerfiles not ignored anymore
parent
4dee623e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Dockerfile-2.7
0 → 100644
View file @
8624562f
from python:2.7-onbuild
RUN pip install .
ENTRYPOINT ["python", "-m", "senpy", "-f", ".", "--host", "0.0.0.0"]
Dockerfile-3.4
0 → 100644
View file @
8624562f
from python:3.4-onbuild
RUN pip install .
ENTRYPOINT ["python", "-m", "senpy", "-f", ".", "--host", "0.0.0.0"]
Makefile
View file @
8624562f
...
...
@@ -8,6 +8,7 @@ VERSION=$(shell cat $(NAME)/VERSION)
all
:
build run
dockerfiles
:
$(addprefix Dockerfile-
,
$(PYVERSIONS))
ln
-s
Dockerfile-
{
PYMAIN
}
Dockerfile
Dockerfile-%
:
Dockerfile.template
sed
"s/{{PYVERSION}}/
$*
/"
Dockerfile.template
>
Dockerfile-
$*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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