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 b8f8d62 commit f6501b3Copy full SHA for f6501b3
template/golang-http-armhf/Dockerfile
@@ -28,6 +28,9 @@ WORKDIR /home/app
28
29
COPY --from=build /go/src/handler/handler .
30
COPY --from=build /usr/bin/fwatchdog .
31
+COPY --from=build /go/src/handler/function/ .
32
+
33
+RUN chown -R app /home/app
34
35
USER app
36
template/golang-http/Dockerfile
0 commit comments