Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
saem_ref
Commits
e7cfaea9241b
Commit
3061056d
authored
Jul 01, 2021
by
Noé Gaumont
🐙
Browse files
ci(docker): add default dockerfile
parent
c1eb3a6fcefb
Changes
3
Hide whitespace changes
Inline
Side-by-side
.dockerignore
0 → 100644
View file @
e7cfaea9
.hg
.tox
.doc
Dockerfile
0 → 100644
View file @
e7cfaea9
FROM
logilab/cubicweb:3.26
USER
root
ARG
ADDITIONAL_DEPS
RUN if
[
!
-z
$ADDITIONAL_DEPS
]
;
then
pip
install
$ADDITIONAL_DEPS
;
fi
COPY
. /src
RUN
pip
install
-e
/src/
USER
cubicweb
RUN
docker-cubicweb-helper create-instance
RUN
sed
-i
"s/^#default-ark-naa-what=.*
$/
default-ark-naa-what=25651/"
/etc/cubicweb.d/instance/all-in-one.conf
&&
\
sed
-i
"s/^#default-ark-naa-who=.*
$/
default-ark-naa-who=ADGIRONDE/"
/etc/cubicweb.d/instance/all-in-one.conf
MANIFEST.in
View file @
e7cfaea9
...
...
@@ -13,3 +13,6 @@ prune debian
prune cubicweb-saem-ref.spec
include README.rst
exclude .gitlab-ci.yml
exclude .dockerignore
exclude Dockerfile
prune deploy
Write
Preview
Markdown
is supported
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