Skip to content

Commit 2671d55

Browse files
committed
Fix UI destination in Dockerfile
1 parent 71b4c48 commit 2671d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN apt-get update && \
5353
COPY . ./
5454

5555
# Package the UI into the distributable.
56-
COPY --from=ui-builder /opt/ui/dist ./src/prefect/orion/ui
56+
COPY --from=ui-builder /opt/ui/dist ./src/prefect/server/ui
5757

5858
# Create a source distributable archive; ensuring existing dists are removed first
5959
RUN rm -rf dist && python setup.py sdist

0 commit comments

Comments
 (0)