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 4f16fe7 commit ce31cf4Copy full SHA for ce31cf4
1 file changed
core/chainlink.Dockerfile
@@ -37,7 +37,8 @@ COPY tools/bin/ldflags ./tools/bin/
37
# Isolated from source code so assets are fetched only when operator_ui/TAG or install.go changes.
38
FROM deps-base AS operator-ui-assets
39
COPY operator_ui/TAG operator_ui/install.go ./operator_ui/
40
-RUN go run operator_ui/install.go .
+RUN mkdir -p core/web/assets && go run operator_ui/install.go .
41
+
42
43
# Stage: deps — Go source tree for stages that compile chainlink code.
44
FROM deps-base AS deps
0 commit comments