Skip to content

Commit

Permalink
Merge pull request #44 from evo-company/fix-build-ui
Browse files Browse the repository at this point in the history
fix ui build
  • Loading branch information
kindermax authored Nov 25, 2024
2 parents 698ca73 + ae0980f commit 4fd1139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ COPY ./featureflags /app/featureflags
COPY --from=base /app/__pypackages__/3.11/lib /app
COPY --from=base /app/__pypackages__/3.11/bin/* /bin/

COPY --from=assets-prod "ui/dist" "app/featureflags/web/static"
COPY --from=assets-prod "ui/dist" "featureflags/web/static"

RUN python3 -m compileall -j=0 -o=2 -f featureflags

Expand Down

0 comments on commit 4fd1139

Please sign in to comment.