We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebbb1e7 commit bbb6ac2Copy full SHA for bbb6ac2
.github/workflows/docker-hub-publish.yml
@@ -22,3 +22,4 @@ jobs:
22
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
23
tags: imiobe/iadelib:dev
24
dockerfile: ./docker/Dockerfile-dev
25
+ profile: communes-dev
docker/Dockerfile-dev
@@ -1,4 +1,4 @@
1
-FROM imiobe/iadelib:latest as builder
+FROM imiobe/iadelib:latest
2
3
ARG PROFILE="communes-dev.cfg"
4
@@ -39,8 +39,6 @@ RUN apt-get update \
39
40
WORKDIR /plone
41
42
-COPY --chown=imio *.cfg *.conf requirements.txt Makefile /plone/
43
-
44
RUN sed -i "s/\${buildout:directory}\/var/\/data/g" *.cfg \
45
&& echo "[buildout]" > buildout.cfg \
46
&& echo "extends =" >> buildout.cfg \
0 commit comments