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 71b4c48 commit 2671d55Copy full SHA for 2671d55
Dockerfile
@@ -53,7 +53,7 @@ RUN apt-get update && \
53
COPY . ./
54
55
# Package the UI into the distributable.
56
-COPY --from=ui-builder /opt/ui/dist ./src/prefect/orion/ui
+COPY --from=ui-builder /opt/ui/dist ./src/prefect/server/ui
57
58
# Create a source distributable archive; ensuring existing dists are removed first
59
RUN rm -rf dist && python setup.py sdist
0 commit comments