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 026351f commit c67c916Copy full SHA for c67c916
hack/Dockerfile-child
@@ -8,6 +8,7 @@ RUN make
8
FROM ovhcom/utask:${UTASK_VERSION}
9
10
COPY templates /app/templates
11
+COPY functions /app/functions
12
COPY --from=builder /go/src/github.com/ovh/utask/plugins /app/plugins
13
COPY --from=builder /go/src/github.com/ovh/utask/init /app/init
14
COPY --from=builder /go/src/github.com/ovh/utask/utask /app/utask
hack/generate-install-script.sh
@@ -25,7 +25,8 @@ cat <<EOF >$dst
25
26
set -e
27
28
-mkdir -p templates sql plugins init
+mkdir -p templates functions sql plugins init
29
+touch functions/.gitkeep
30
31
### DOCKER
32
EOF
0 commit comments